Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -784,15 +784,15 @@ def create_interface():
|
|
| 784 |
input_image = gr.Image(
|
| 785 |
label="📸 Upload Your Image",
|
| 786 |
type="pil",
|
| 787 |
-
height=
|
| 788 |
)
|
| 789 |
|
| 790 |
# Prompt input
|
| 791 |
user_prompt = gr.Textbox(
|
| 792 |
label="💬 Describe Your Vision",
|
| 793 |
placeholder="Describe your desired retouching style... (e.g., 'I want a dreamy, romantic sunset vibe with soft, warm colors')",
|
| 794 |
-
lines=
|
| 795 |
-
max_lines=
|
| 796 |
)
|
| 797 |
|
| 798 |
# Process button
|
|
|
|
| 784 |
input_image = gr.Image(
|
| 785 |
label="📸 Upload Your Image",
|
| 786 |
type="pil",
|
| 787 |
+
height=500
|
| 788 |
)
|
| 789 |
|
| 790 |
# Prompt input
|
| 791 |
user_prompt = gr.Textbox(
|
| 792 |
label="💬 Describe Your Vision",
|
| 793 |
placeholder="Describe your desired retouching style... (e.g., 'I want a dreamy, romantic sunset vibe with soft, warm colors')",
|
| 794 |
+
lines=8,
|
| 795 |
+
max_lines=10
|
| 796 |
)
|
| 797 |
|
| 798 |
# Process button
|