DurgaDeepak commited on
Commit
d3ceedc
·
verified ·
1 Parent(s): 93d071e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,5 +405,5 @@ with gr.Blocks() as demo:
405
  )
406
 
407
  # Launch the Gradio App
408
- demo.launch()
409
 
 
405
  )
406
 
407
  # Launch the Gradio App
408
+ demo.launch(share=True)
409