Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ from share_btn import (community_icon_html, loading_icon_html, share_btn_css,
|
|
13 |
share_js)
|
14 |
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
|
|
|
16 |
DIALOGUES_DATASET = "ArmelR/gradio_playground_dialogues"
|
17 |
|
18 |
API_URL_G = "https://api-inference.huggingface.co/models/ArmelR/starcoder-gradio-v0"
|
|
|
13 |
share_js)
|
14 |
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
16 |
+
API_TOKEN = os.environ.get("API_TOKEN", None)
|
17 |
+
|
18 |
DIALOGUES_DATASET = "ArmelR/gradio_playground_dialogues"
|
19 |
|
20 |
API_URL_G = "https://api-inference.huggingface.co/models/ArmelR/starcoder-gradio-v0"
|