Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js, share_bt
|
|
| 11 |
|
| 12 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
| 13 |
|
| 14 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
| 15 |
API_URL_BASE ="https://api-inference.huggingface.co/models/bigcode/starcoderbase"
|
| 16 |
API_URL_PLUS = "https://api-inference.huggingface.co/models/bigcode/starcoderplus"
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
| 13 |
|
| 14 |
+
API_URL = "https://api-inference.huggingface.co/models/vwxyzjn/starcoderbase-triviaqa"
|
| 15 |
API_URL_BASE ="https://api-inference.huggingface.co/models/bigcode/starcoderbase"
|
| 16 |
API_URL_PLUS = "https://api-inference.huggingface.co/models/bigcode/starcoderplus"
|
| 17 |
|