Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,8 @@ login(HF_TOKEN)
|
|
| 16 |
|
| 17 |
#model = "meta-llama/Llama-3.2-1B-Instruct"
|
| 18 |
#model = "google/mt5-small"
|
| 19 |
-
model = "mistralai/Mistral-7B-Instruct-v0.3"
|
|
|
|
| 20 |
|
| 21 |
client = InferenceClient(model)
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
#model = "meta-llama/Llama-3.2-1B-Instruct"
|
| 18 |
#model = "google/mt5-small"
|
| 19 |
+
#model = "mistralai/Mistral-7B-Instruct-v0.3"
|
| 20 |
+
model = "swiss-ai/Apertus-8B-Instruct-2509"
|
| 21 |
|
| 22 |
client = InferenceClient(model)
|
| 23 |
|