samkhan510 commited on
Commit
65986f6
·
1 Parent(s): d6f02f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ iface = gr.Interface(
43
  )
44
 
45
  # Launch the Gradio interface
46
- iface.launch()
 
43
  )
44
 
45
  # Launch the Gradio interface
46
+ iface.launch(share=True)