Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
| 3 |
from datetime import datetime
|
| 4 |
|
| 5 |
# Utilisation de Llama 3 pour la performance de traduction
|
| 6 |
-
client = InferenceClient("
|
| 7 |
|
| 8 |
def get_today_date():
|
| 9 |
return datetime.now().strftime("%B %d, %Y")
|
|
|
|
| 3 |
from datetime import datetime
|
| 4 |
|
| 5 |
# Utilisation de Llama 3 pour la performance de traduction
|
| 6 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
| 7 |
|
| 8 |
def get_today_date():
|
| 9 |
return datetime.now().strftime("%B %d, %Y")
|