tanishq1508 commited on
Commit
1e12940
·
1 Parent(s): 7bdc28c

Allowed sharing

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -15,4 +15,4 @@ demo = gr.Interface(
15
  ["image"],
16
  )
17
  if __name__ == "__main__":
18
- demo.launch()
 
15
  ["image"],
16
  )
17
  if __name__ == "__main__":
18
+ demo.launch(share=True)