Yash911 commited on
Commit
932bd4e
·
1 Parent(s): f26ee99

Update app.py

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