Update app.py
Browse files
app.py
CHANGED
|
@@ -63,8 +63,8 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 63 |
HF_TOKEN=os.getenv('TOKEN')
|
| 64 |
login(HF_TOKEN)
|
| 65 |
|
| 66 |
-
|
| 67 |
-
model = "swiss-ai/Apertus-8B-Instruct-2509"
|
| 68 |
|
| 69 |
client = InferenceClient(model)
|
| 70 |
|
|
|
|
| 63 |
HF_TOKEN=os.getenv('TOKEN')
|
| 64 |
login(HF_TOKEN)
|
| 65 |
|
| 66 |
+
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
| 67 |
+
#model = "swiss-ai/Apertus-8B-Instruct-2509"
|
| 68 |
|
| 69 |
client = InferenceClient(model)
|
| 70 |
|