Yash911 commited on
Commit
e8a6390
·
1 Parent(s): e1ec722

Update app.py

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