Spaces:
Sleeping
Sleeping
Commit
·
e49ffd0
1
Parent(s):
667b8d8
Test
Browse files
app.py
CHANGED
|
@@ -5,9 +5,7 @@ from huggingface_hub import InferenceClient
|
|
| 5 |
"""
|
| 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 |
-
|
| 9 |
-
print(hf_token)
|
| 10 |
-
client = InferenceClient("Qwen/Qwen2.5-Coder-3B-Instruct", token=hf_token)
|
| 11 |
|
| 12 |
|
| 13 |
def respond(
|
|
|
|
| 5 |
"""
|
| 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("HuggingFaceH4/zephyr-7b-beta")
|
|
|
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
def respond(
|