Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 7 |
"""
|
| 8 |
client = InferenceClient(
|
| 9 |
-
model="HuggingFaceH4/zephyr-7b-
|
| 10 |
token=os.getenv("huggingface_token"),
|
| 11 |
provider="hf-inference"
|
| 12 |
)
|
|
|
|
| 6 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 7 |
"""
|
| 8 |
client = InferenceClient(
|
| 9 |
+
model="HuggingFaceH4/zephyr-7b-alpha",
|
| 10 |
token=os.getenv("huggingface_token"),
|
| 11 |
provider="hf-inference"
|
| 12 |
)
|