yassine123Z commited on
Commit
12ab04c
·
verified ·
1 Parent(s): 3b1d6f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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