neuralleap commited on
Commit
9a4f681
·
verified ·
1 Parent(s): 8a0ba03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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's just warming up from idle.
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,