acecalisto3 commited on
Commit
46db781
·
verified ·
1 Parent(s): 1e2359e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ 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", cache_dir=None
29
  )
30
 
31
 
 
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