umaiku commited on
Commit
597639f
·
verified ·
1 Parent(s): fc37aba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ For more information on `huggingface_hub` Inference API support, please check th
12
  login(token=os.getenv('TOKEN'))
13
 
14
  #model = "meta-llama/Llama-3.2-1B-Instruct"
15
- model = "mistralai/Mistral-7B-Instruct-v0.3"
 
16
 
17
  client = InferenceClient(model)
18
 
 
12
  login(token=os.getenv('TOKEN'))
13
 
14
  #model = "meta-llama/Llama-3.2-1B-Instruct"
15
+ #model = "mistralai/Mistral-7B-Instruct-v0.3"
16
+ model = "google/mt5-small"
17
 
18
  client = InferenceClient(model)
19