Spaces:
Running
on
Zero
Running
on
Zero
Improve UI/UX a bit
Browse files
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()
|