Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
import requests
|
7 |
|
8 |
#zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta/"
|
9 |
-
zephyr_7b_beta = "https://api-inference.huggingface.co/models/tiiuae/falcon-
|
10 |
|
11 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
12 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
|
6 |
import requests
|
7 |
|
8 |
#zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta/"
|
9 |
+
zephyr_7b_beta = "https://api-inference.huggingface.co/models/tiiuae/falcon-7b-instruct"
|
10 |
|
11 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
12 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|