sailormars18 commited on
Commit
f868de6
Β·
verified Β·
1 Parent(s): f900d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ iface = gr.Interface(
86
  flagging_options=[("πŸ™Œ", "positive"), ("😞", "negative")],
87
  )
88
 
89
- iface.launch(debug=False)
 
86
  flagging_options=[("πŸ™Œ", "positive"), ("😞", "negative")],
87
  )
88
 
89
+ iface.launch(debug=False, share=True)