Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
19 |
"""
|
20 |
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
|
21 |
"""
|
22 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
23 |
|
24 |
|
25 |
def respond(
|
|
|
19 |
"""
|
20 |
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
|
21 |
"""
|
22 |
+
client = InferenceClient(token=a,model="HuggingFaceH4/zephyr-7b-beta")
|
23 |
|
24 |
|
25 |
def respond(
|