LYL1015 commited on
Commit
0a49a08
·
verified ·
1 Parent(s): 088bb07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=350
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=6,
795
- max_lines=8
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