prateekbh commited on
Commit
a89d883
1 Parent(s): 9492880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,4 +227,4 @@ with gr.Blocks(css=css) as demo:
227
  send.click(*interaction_handler)
228
  # event.then(*postresponse_handler)
229
 
230
- demo.launch()
 
227
  send.click(*interaction_handler)
228
  # event.then(*postresponse_handler)
229
 
230
+ demo.launch(share=True)