felya97 commited on
Commit
d39d908
·
verified ·
1 Parent(s): 852c2f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ demo = gr.Interface(
43
  )
44
 
45
  if __name__ == "__main__":
46
- demo.launch()
 
43
  )
44
 
45
  if __name__ == "__main__":
46
+ demo.launch(share=True)