i0switch commited on
Commit
641f2d2
·
verified ·
1 Parent(s): dcd2370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -272,5 +272,4 @@ with gr.Blocks() as demo:
272
  )
273
 
274
  print("launching …")
275
- #demo.queue().launch(show_error=True)
276
- app = gr.mount_asgi(app=demo, path="/", root_app=app)
 
272
  )
273
 
274
  print("launching …")
275
+ demo.queue().launch(show_error=True)