Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,12 +107,12 @@ with gr.Blocks(title="Healthelic Burmese LLM (Hosted Inference Endpoint)") as de
|
|
107 |
---
|
108 |
### ℹ️ Troubleshooting
|
109 |
- If the app says "❌ Endpoint not found", double-check your `HF_ENDPOINT_URL`.
|
110 |
-
- If the model takes a few seconds to respond, it
|
111 |
- Ensure your Hugging Face token is added as `HF_TOKEN` under **Settings → Secrets**.
|
112 |
""")
|
113 |
|
114 |
# --------------------------
|
115 |
-
# Launch
|
116 |
# --------------------------
|
117 |
demo.launch(
|
118 |
show_error=True,
|
|
|
107 |
---
|
108 |
### ℹ️ Troubleshooting
|
109 |
- If the app says "❌ Endpoint not found", double-check your `HF_ENDPOINT_URL`.
|
110 |
+
- If the model takes a few seconds to respond, it may be waking up from idle.
|
111 |
- Ensure your Hugging Face token is added as `HF_TOKEN` under **Settings → Secrets**.
|
112 |
""")
|
113 |
|
114 |
# --------------------------
|
115 |
+
# Launch the Space
|
116 |
# --------------------------
|
117 |
demo.launch(
|
118 |
show_error=True,
|