Johnniewhite commited on
Commit
97fb7f7
1 Parent(s): 16db001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,4 +121,4 @@ iface = gr.Interface(
121
  )
122
 
123
  # Run the Gradio interface
124
- iface.launch(debug=True)
 
121
  )
122
 
123
  # Run the Gradio interface
124
+ iface.launch(debug=True, share=True)