AnkitPatil commited on
Commit
3e93e01
·
1 Parent(s): c03d1b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ iface = gr.Interface(
15
  )
16
 
17
  # Launch the Gradio interface
18
- iface.launch()
 
15
  )
16
 
17
  # Launch the Gradio interface
18
+ iface.launch(share=True)