Suhailshah commited on
Commit
44d9d17
1 Parent(s): d960eba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,5 +109,5 @@ interface = gr.Interface(
109
  theme="huggingface",
110
  )
111
 
112
- interface.launch(share=True)
113
 
 
109
  theme="huggingface",
110
  )
111
 
112
+ interface.launch()
113