Ahmed235 commited on
Commit
6e4c777
·
verified ·
1 Parent(s): 9d6950e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ iface = gr.Interface(
54
  )
55
 
56
  # Deploy the Gradio interface
57
- iface.launch()
 
54
  )
55
 
56
  # Deploy the Gradio interface
57
+ iface.launch(share=True)