jays009 commited on
Commit
43716ce
·
verified ·
1 Parent(s): 51c3431

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ iface = gr.Interface(
62
  )
63
 
64
  # Launch the Gradio interface
65
- iface.launch()
 
62
  )
63
 
64
  # Launch the Gradio interface
65
+ iface.launch(share=True)