Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -364,6 +364,7 @@ with gr.Blocks() as demo:
|
|
| 364 |
|
| 365 |
prompt = gr.Text(
|
| 366 |
label="Prompt",
|
|
|
|
| 367 |
show_label=True,
|
| 368 |
placeholder="e.g., A black cat holding a sign that says hello world...",
|
| 369 |
)
|
|
|
|
| 364 |
|
| 365 |
prompt = gr.Text(
|
| 366 |
label="Prompt",
|
| 367 |
+
max_lines=1,
|
| 368 |
show_label=True,
|
| 369 |
placeholder="e.g., A black cat holding a sign that says hello world...",
|
| 370 |
)
|