Diego-0121 commited on
Commit
72cb518
·
1 Parent(s): b8e0f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,6 +21,6 @@ iface = gr.Interface(
21
  )
22
 
23
  # Launch Gradio Interface
24
- iface.launch()
25
 
26
 
 
21
  )
22
 
23
  # Launch Gradio Interface
24
+ iface.launch(share= True)
25
 
26