lhoestq HF staff commited on
Commit
cda7fa5
1 Parent(s): 82b90c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,5 +283,5 @@ with gr.Blocks() as demo:
283
 
284
  if __name__ == "__main__":
285
 
286
- app = gr.mount_gradio_app(app, demo, path="/", gradio_api_url="http://localhost:7861/")
287
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
283
 
284
  if __name__ == "__main__":
285
 
286
+ app = gr.mount_gradio_app(app, demo, path="/")
287
  uvicorn.run(app, host="0.0.0.0", port=7860)