sengourav012 commited on
Commit
e43c7ba
·
verified ·
1 Parent(s): dcd9312

Update app.py

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