Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ token = os.getenv("HF_TOKEN")
|
|
8 |
"""
|
9 |
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
|
10 |
"""
|
11 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=token)
|
12 |
|
13 |
|
14 |
def respond(
|
|
|
8 |
"""
|
9 |
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
|
10 |
"""
|
11 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=token)
|
12 |
|
13 |
|
14 |
def respond(
|