Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,10 @@ now = datetime.now()
|
|
25 |
date_time_str = now.strftime("%Y-%m-%d %H:%M:%S")
|
26 |
|
27 |
client = InferenceClient(
|
28 |
-
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
29 |
)
|
30 |
|
|
|
31 |
############################################
|
32 |
|
33 |
|
|
|
25 |
date_time_str = now.strftime("%Y-%m-%d %H:%M:%S")
|
26 |
|
27 |
client = InferenceClient(
|
28 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1", cache_dir=None
|
29 |
)
|
30 |
|
31 |
+
|
32 |
############################################
|
33 |
|
34 |
|