Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +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 |
|
| 14 |
API_URL = "https://api-inference.huggingface.co/models/vwxyzjn/starcoderbase-triviaqa"
|
| 15 |
API_URL_BASE ="https://api-inference.huggingface.co/models/bigcode/starcoderbase"
|
|
|
|
| 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 |
+
print(HF_TOKEN)
|
| 14 |
|
| 15 |
API_URL = "https://api-inference.huggingface.co/models/vwxyzjn/starcoderbase-triviaqa"
|
| 16 |
API_URL_BASE ="https://api-inference.huggingface.co/models/bigcode/starcoderbase"
|