Update app.py
Browse files
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 |
|