Militaryint commited on
Commit
805601d
·
verified ·
1 Parent(s): ac74fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -146,4 +146,5 @@ demo=gr.Interface(
146
  )
147
 
148
  if __name__=="__main__":
149
- demo.launch()
 
 
146
  )
147
 
148
  if __name__=="__main__":
149
+ demo.launch(share=True)
150
+