fffiloni commited on
Commit
22fd767
1 Parent(s): e290e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(css=css) as demo:
64
  with gr.Row():
65
  with gr.Column():
66
  image_in = gr.Image(label="Image input", type="filepath")
67
- submit_btn = gr.Button('Sumbit')
68
  with gr.Column():
69
  #caption = gr.Textbox(label="Generated Caption")
70
  story = gr.Textbox(label="generated Story")
 
64
  with gr.Row():
65
  with gr.Column():
66
  image_in = gr.Image(label="Image input", type="filepath")
67
+ submit_btn = gr.Button('Tell me a story')
68
  with gr.Column():
69
  #caption = gr.Textbox(label="Generated Caption")
70
  story = gr.Textbox(label="generated Story")