freddyaboulton HF staff commited on
Commit
676ef12
1 Parent(s): def8982
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,5 +25,4 @@ gradio_app = gr.routes.App.create_app(block)
25
 
26
  app = gr.mount_gradio_app(app, gradio_app, "localhost", "7869", "/gradio")
27
  app.mount("/", StaticFiles(directory="static", html=True), name="static")
28
- assert False
29
  uvicorn.run(app, host='0.0.0.0', port=7860)
 
25
 
26
  app = gr.mount_gradio_app(app, gradio_app, "localhost", "7869", "/gradio")
27
  app.mount("/", StaticFiles(directory="static", html=True), name="static")
 
28
  uvicorn.run(app, host='0.0.0.0', port=7860)