Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from text_generation import Client
|
|
| 10 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
| 11 |
|
| 12 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
| 13 |
-
API_URL =
|
| 14 |
|
| 15 |
|
| 16 |
FIM_PREFIX = "<fim_prefix>"
|
|
|
|
| 10 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
| 11 |
|
| 12 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
| 13 |
+
API_URL = "https://api-inference.huggingface.co/models/bigcode/starcoder/"
|
| 14 |
|
| 15 |
|
| 16 |
FIM_PREFIX = "<fim_prefix>"
|