Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ demo = gr.ChatInterface(
|
|
65 |
],
|
66 |
)
|
67 |
|
68 |
-
|
69 |
|
70 |
if not api_token:
|
71 |
raise ValueError("❌ ERROR: Hugging Face API token is not set. Please set it as an environment variable.")
|
|
|
65 |
],
|
66 |
)
|
67 |
|
68 |
+
|
69 |
|
70 |
if not api_token:
|
71 |
raise ValueError("❌ ERROR: Hugging Face API token is not set. Please set it as an environment variable.")
|