heramb04 commited on
Commit
9131a2e
·
verified ·
1 Parent(s): 1f42979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ demo = gr.Interface(
45
  )
46
 
47
  if __name__ == "__main__":
48
- demo.launch()
 
45
  )
46
 
47
  if __name__ == "__main__":
48
+ demo.launch(share=True)