Spaces:
Paused
Paused
Update app.py
Browse files
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('
|
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")
|