Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
8 |
"""
|
9 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
10 |
|
11 |
-
model_name = "
|
12 |
client = InferenceClient(model_name, api_key=HF_TOKEN)
|
13 |
|
14 |
@spaces.GPU(duration=60)
|
|
|
8 |
"""
|
9 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
10 |
|
11 |
+
model_name = "HuggingFaceH4/zephyr-7b-beta"
|
12 |
client = InferenceClient(model_name, api_key=HF_TOKEN)
|
13 |
|
14 |
@spaces.GPU(duration=60)
|