DigiP-AI commited on
Commit
db575fd
·
verified ·
1 Parent(s): a1550ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(css=css, theme=theme) as app:
164
  with gr.Tab(label="Image To Flux Prompt"):
165
  with gr.Row():
166
  with gr.Column(scale=4):
167
- input_img = gr.Image(label="Input Picture",height=320, type="filepath")
168
 
169
  with gr.Column(scale=3):
170
  output_text = gr.Textbox(label="Flux Prompt", lines=2, scale=6, show_copy_button = True)
 
164
  with gr.Tab(label="Image To Flux Prompt"):
165
  with gr.Row():
166
  with gr.Column(scale=4):
167
+ input_img = gr.Image(label="Input Picture", type="filepath")
168
 
169
  with gr.Column(scale=3):
170
  output_text = gr.Textbox(label="Flux Prompt", lines=2, scale=6, show_copy_button = True)