Tonic commited on
Commit
d2599bf
·
1 Parent(s): f4387db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def generate_text(prompt):
22
 
23
  iface = gr.Interface(
24
  fn=generate_text,
25
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your prompt here..."),
26
  outputs="text",
27
  title=title,
28
  description=description
 
22
 
23
  iface = gr.Interface(
24
  fn=generate_text,
25
+ inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
26
  outputs="text",
27
  title=title,
28
  description=description