kmack commited on
Commit
c7861e5
1 Parent(s): 4f3c799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ demo = gr.Interface(
49
  allow_flagging='never'
50
  )
51
 
52
- demo.launch()
 
49
  allow_flagging='never'
50
  )
51
 
52
+ demo.launch(share=True)