Shriharsh commited on
Commit
3f87b57
1 Parent(s): 099ae9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,5 +82,5 @@ demo = gr.Interface(
82
  )
83
 
84
  # Launch the app!
85
- demo.launch()
86
 
 
82
  )
83
 
84
  # Launch the app!
85
+ demo.launch(share=True)
86