Spaces:
Running on Zero
Running on Zero
update app ✅
Browse files
app.py
CHANGED
|
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
|
|
| 242 |
prompt = gr.Text(
|
| 243 |
label="Edit Prompt",
|
| 244 |
show_label=True,
|
| 245 |
-
|
| 246 |
placeholder="e.g., transform into anime, upscale, change lighting...",
|
| 247 |
)
|
| 248 |
|
|
|
|
| 242 |
prompt = gr.Text(
|
| 243 |
label="Edit Prompt",
|
| 244 |
show_label=True,
|
| 245 |
+
max_lines=2,
|
| 246 |
placeholder="e.g., transform into anime, upscale, change lighting...",
|
| 247 |
)
|
| 248 |
|