LogicDataSolutions commited on
Commit
18cec4a
·
verified ·
1 Parent(s): 66570ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ with gr.Blocks(
112
  )
113
 
114
  # Mount Gradio app to FastAPI at root path
115
- app = gr.mount_gradio_app(app, demo, path="/", show_api=False)
 
112
  )
113
 
114
  # Mount Gradio app to FastAPI at root path
115
+ app = gr.mount_gradio_app(app, demo, path="/")