fffiloni commited on
Commit
3d088f6
·
1 Parent(s): 9253ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  )
127
  with gr.Row():
128
  with gr.Column():
129
- image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in", height=512)
130
  submit_btn = gr.Button('Tell me a story')
131
  with gr.Column():
132
  #caption = gr.Textbox(label="Generated Caption")
 
126
  )
127
  with gr.Row():
128
  with gr.Column():
129
+ image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in", height=440)
130
  submit_btn = gr.Button('Tell me a story')
131
  with gr.Column():
132
  #caption = gr.Textbox(label="Generated Caption")