safinal commited on
Commit
9bf5500
Β·
verified Β·
1 Parent(s): 921fb5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,4 +172,4 @@ demo = gr.Interface(
172
  )
173
 
174
  if __name__ == "__main__":
175
- demo.launch()
 
172
  )
173
 
174
  if __name__ == "__main__":
175
+ demo.launch(share=True)