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

'updated text'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ iface = gr.Interface(
97
  inputs=[],
98
  outputs="text",
99
  title="Recipe Generator",
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()
 
97
  inputs=[],
98
  outputs="text",
99
  title="Recipe Generator",
100
+ description="This is a LSTM based Recurrent Neural Network trained to generate recipes. Press submit to generate a new recipe that can sometimes provide humor!",
101
  )
102
 
103
  iface.launch()