Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from text_generation import Client
|
|
| 8 |
|
| 9 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
| 10 |
|
| 11 |
-
HF_TOKEN = os.environ.get("
|
| 12 |
API_URL = os.environ.get("https://localhost:7860")
|
| 13 |
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
| 10 |
|
| 11 |
+
HF_TOKEN = os.environ.get("TRL_TOKEN", None)
|
| 12 |
API_URL = os.environ.get("https://localhost:7860")
|
| 13 |
|
| 14 |
|