sdafd commited on
Commit
ff7da15
1 Parent(s): b76f2d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ iface = gr.Interface(
34
  )
35
 
36
  # Launch the Gradio Interface
37
- iface.launch()
 
34
  )
35
 
36
  # Launch the Gradio Interface
37
+ iface.launch(share=True)