DigiP-AI commited on
Commit
a850155
·
verified ·
1 Parent(s): 5390adc

Update app.py

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