sharktide commited on
Commit
6735b0b
·
verified ·
1 Parent(s): b8e19b2

Update app.py

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