Spaces:
Runtime error
Runtime error
Commit
·
d16fcee
1
Parent(s):
0c81434
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from text_generation import Client
|
|
| 9 |
|
| 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 |
API_URL_BASE ="https://api-inference.huggingface.co/models/bigcode/starcoderbase"
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
| 11 |
|
| 12 |
+
HF_TOKEN = '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' #os.environ.get("HF_TOKEN", None)
|
| 13 |
API_URL = "https://api-inference.huggingface.co/models/bigcode/starcoder"
|
| 14 |
API_URL_BASE ="https://api-inference.huggingface.co/models/bigcode/starcoderbase"
|
| 15 |
|