stpete2 commited on
Commit
a2efded
·
verified ·
1 Parent(s): eb27dbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ demo = gr.Interface(
12
  )
13
 
14
  if __name__ == "__main__":
15
- demo.launch()
 
12
  )
13
 
14
  if __name__ == "__main__":
15
+ demo.launch(share=True)