i0switch commited on
Commit
a7733cc
·
verified ·
1 Parent(s): 6c91c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -268,4 +268,5 @@ with gr.Blocks() as demo:
268
  )
269
 
270
  print("launching …")
 
271
  demo.queue().launch(show_error=True)
 
268
  )
269
 
270
  print("launching …")
271
+ app = gr.mount_gradio_app(demo, app, path="/")
272
  demo.queue().launch(show_error=True)