Spaces:
Runtime error
Runtime error
TA
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ html_temp = """
|
|
12 |
</div>
|
13 |
"""
|
14 |
|
15 |
-
zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta
|
16 |
|
17 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
18 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
|
12 |
</div>
|
13 |
"""
|
14 |
|
15 |
+
zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
|
16 |
|
17 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
18 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|