Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Buil
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
# Initialize model and tokenizer
|
| 41 |
-
model_id = "OpenLLM-France/Lucie-7B-Instruct
|
| 42 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 43 |
|
| 44 |
# Get the token from environment variables
|
|
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
# Initialize model and tokenizer
|
| 41 |
+
model_id = "OpenLLM-France/Lucie-7B-Instruct"
|
| 42 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 43 |
|
| 44 |
# Get the token from environment variables
|