umaiku commited on
Commit
213b4a3
·
verified ·
1 Parent(s): 70ee338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ HF_TOKEN=os.getenv('TOKEN')
14
  login(HF_TOKEN)
15
 
16
  #model = "meta-llama/Llama-3.2-1B-Instruct"
17
- #model = "mistralai/Mistral-7B-Instruct-v0.3"
18
- model = "google/mt5-small"
19
 
20
  client = InferenceClient(model)
21
 
 
14
  login(HF_TOKEN)
15
 
16
  #model = "meta-llama/Llama-3.2-1B-Instruct"
17
+ #model = "google/mt5-small"
18
+ model = "mistralai/Mistral-7B-Instruct-v0.3"
19
 
20
  client = InferenceClient(model)
21