DGurgurov commited on
Commit
a9bf139
1 Parent(s): bcd33a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ interface = gr.Interface(
30
  )
31
 
32
  # Launch the Gradio app
33
- interface.launch()
 
30
  )
31
 
32
  # Launch the Gradio app
33
+ interface.launch(share=True)