ferron2002 commited on
Commit
d88fed2
·
verified ·
1 Parent(s): a68c774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ demo = gr.Interface(
20
  )
21
 
22
  if __name__ == "__main__":
23
- demo.launch()
24
 
 
20
  )
21
 
22
  if __name__ == "__main__":
23
+ demo.launch(share=True)
24