LogicDataSolutions commited on
Commit
b70f749
·
verified ·
1 Parent(s): 709cc1e

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(fastapi_appapp, demo, path="/")
 
112
  )
113
 
114
  # Mount Gradio app to FastAPI at root path
115
+ app = gr.mount_gradio_app(fastapi_app, demo, path="/")