shishirpatil commited on
Commit
b46baae
1 Parent(s): a18bcc6

removing share=True and debug=True for hf spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ iface = gr.Interface(
109
  )
110
 
111
  # Launch the interface and get the public gradio link
112
- iface.launch(share=True,debug=True)
 
109
  )
110
 
111
  # Launch the interface and get the public gradio link
112
+ iface.launch()