fffiloni commited on
Commit
dc14f2d
1 Parent(s): 1096056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
118
  )
119
  with gr.Row():
120
  with gr.Column():
121
- image_in = gr.Image(label="Image input", type="filepath", elem_id="image_in")
122
  submit_btn = gr.Button('Tell me a story')
123
  with gr.Column():
124
  #caption = gr.Textbox(label="Generated Caption")
 
118
  )
119
  with gr.Row():
120
  with gr.Column():
121
+ image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in")
122
  submit_btn = gr.Button('Tell me a story')
123
  with gr.Column():
124
  #caption = gr.Textbox(label="Generated Caption")