Chanlefe commited on
Commit
3ddadce
·
verified ·
1 Parent(s): c66d381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ demo = gr.Interface(
26
  )
27
 
28
  if __name__ == "__main__":
29
- demo.launch()
30
 
 
26
  )
27
 
28
  if __name__ == "__main__":
29
+ demo.launch(share = True)
30