parkermoe commited on
Commit
0123838
·
1 Parent(s): 5671348

'turn off share'

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(share=True)
 
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()