marcelhuber commited on
Commit
b2f2c1e
·
1 Parent(s): 52e9136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,5 +149,5 @@ iface = gr.Interface(
149
  )
150
 
151
  # Launch the Gradio interface
152
- iface.launch(share=True)
153
 
 
149
  )
150
 
151
  # Launch the Gradio interface
152
+ iface.launch(share=False)
153