parkermoe commited on
Commit
53a4263
·
1 Parent(s): 253aeba

'update sharing'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ iface = gr.Interface(
100
  description="This is a LSTM based Recurrent Neural Network trained to generate recipes. Press submit to generate a new recipe!",
101
  )
102
 
103
- iface.launch()
 
100
  description="This is a LSTM based Recurrent Neural Network trained to generate recipes. Press submit to generate a new recipe!",
101
  )
102
 
103
+ iface.launch(sharing=True)