Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js, share_bt
|
|
12 |
|
13 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
14 |
|
15 |
-
API_URL_G = "https://api-inference.huggingface.co/models/ArmelR/starcoder-gradio-v0
|
16 |
API_URL_S = "https://api-inference.huggingface.co/models/HuggingFaceH4/starcoderbase-finetuned-oasst1"
|
17 |
|
18 |
with open("./HHH_prompt_short.txt", "r") as f:
|
|
|
12 |
|
13 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
14 |
|
15 |
+
API_URL_G = "https://api-inference.huggingface.co/models/ArmelR/starcoder-gradio-v0"
|
16 |
API_URL_S = "https://api-inference.huggingface.co/models/HuggingFaceH4/starcoderbase-finetuned-oasst1"
|
17 |
|
18 |
with open("./HHH_prompt_short.txt", "r") as f:
|