preston-cell commited on
Commit
cbd5ff0
·
verified ·
1 Parent(s): 954a581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
  description="Upload an image to hear its context narrated aloud."
31
  )
32
 
33
- iface.launch()
 
30
  description="Upload an image to hear its context narrated aloud."
31
  )
32
 
33
+ iface.launch(share=True)