Update app.py
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ app.add_middleware(
|
|
| 320 |
allow_headers=["*"],
|
| 321 |
)
|
| 322 |
|
| 323 |
-
app = gr.mount_gradio_app(app, demo, path="
|
| 324 |
|
| 325 |
@app.get("/api/status")
|
| 326 |
def hello():
|
|
|
|
| 320 |
allow_headers=["*"],
|
| 321 |
)
|
| 322 |
|
| 323 |
+
app = gr.mount_gradio_app(app, demo, path="")
|
| 324 |
|
| 325 |
@app.get("/api/status")
|
| 326 |
def hello():
|