leonarb commited on
Commit
683e2df
·
verified ·
1 Parent(s): d827f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ demo = gr.Interface(
123
  )
124
 
125
  if __name__ == "__main__":
126
- demo.launch()
 
123
  )
124
 
125
  if __name__ == "__main__":
126
+ demo.launch(share = True)