DigiP-AI commited on
Commit
88b543b
·
verified ·
1 Parent(s): 4e27415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(theme=theme, css=css) as app:
297
  return prompt
298
 
299
  io = gr.Interface(generate_caption,
300
- inputs=[gr.Image(label="Input Image"),height=320],
301
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
302
  # gr.Image(label="Output Image")
303
  ]
 
297
  return prompt
298
 
299
  io = gr.Interface(generate_caption,
300
+ inputs=[gr.Image(label="Input Image",height=320)],
301
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
302
  # gr.Image(label="Output Image")
303
  ]