ashutoshzade commited on
Commit
eac605c
·
verified ·
1 Parent(s): 38615d6

Adding share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,4 +221,4 @@ with gr.Blocks() as demo:
221
  demo.load(render_map, outputs=seat_map)
222
  demo.queue(default_concurrency_limit=1)
223
 
224
- demo.launch()
 
221
  demo.load(render_map, outputs=seat_map)
222
  demo.queue(default_concurrency_limit=1)
223
 
224
+ demo.launch(share=True)