multimodalart HF Staff commited on
Commit
c9a4dbc
·
verified ·
1 Parent(s): ea5bbb4

Improve UI/UX a bit

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,6 +54,6 @@ def generate(prompt):
54
 
55
  gr.Interface(
56
  fn=generate,
57
- inputs=gr.Text(),
58
- outputs=gr.Text(),
59
  ).launch()
 
54
 
55
  gr.Interface(
56
  fn=generate,
57
+ inputs=gr.Text(label="Input", lines=15),
58
+ outputs=gr.Text(label="Output", lines=15),
59
  ).launch()