Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,9 @@ main_ui = gr.Interface(
|
|
| 163 |
)
|
| 164 |
|
| 165 |
# FIX ✅ mount the Gradio app AFTER defining it
|
| 166 |
-
app = gr.mount_gradio_app(app, main_ui, path="/")
|
|
|
|
|
|
|
| 167 |
|
| 168 |
# ==================================================
|
| 169 |
# 🧾 REST API Endpoints
|
|
|
|
| 163 |
)
|
| 164 |
|
| 165 |
# FIX ✅ mount the Gradio app AFTER defining it
|
| 166 |
+
//app = gr.mount_gradio_app(app, main_ui, path="/")
|
| 167 |
+
app = gr.mount_gradio_app(app, main_ui, path="/ui")
|
| 168 |
+
|
| 169 |
|
| 170 |
# ==================================================
|
| 171 |
# 🧾 REST API Endpoints
|