shashnk commited on
Commit
876067a
1 Parent(s): a036d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def gradio_interface(seed_text=""):
173
  return generate_text(seed_text)
174
 
175
  iface = gr.Interface(fn=gradio_interface,
176
- inputs=gr.Textbox(default="Enter some starting text..."),
177
  outputs="text")
178
 
179
  iface.launch(debug=True)
 
173
  return generate_text(seed_text)
174
 
175
  iface = gr.Interface(fn=gradio_interface,
176
+ inputs=gr.Textbox(),
177
  outputs="text")
178
 
179
  iface.launch(debug=True)