Spaces:
Running
on
Zero
Running
on
Zero
delete old geadio args
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(css=css) as demo:
|
|
104 |
submit_btn = gr.Button('Tell me a story')
|
105 |
with gr.Column():
|
106 |
#caption = gr.Textbox(label="Generated Caption")
|
107 |
-
story = gr.Textbox(label="generated Story", elem_id="story"
|
108 |
|
109 |
gr.Examples(examples=[["./examples/crabby.png", "Children"],["./examples/hopper.jpeg", "Adult"]],
|
110 |
fn=infer,
|
|
|
104 |
submit_btn = gr.Button('Tell me a story')
|
105 |
with gr.Column():
|
106 |
#caption = gr.Textbox(label="Generated Caption")
|
107 |
+
story = gr.Textbox(label="generated Story", elem_id="story")
|
108 |
|
109 |
gr.Examples(examples=[["./examples/crabby.png", "Children"],["./examples/hopper.jpeg", "Adult"]],
|
110 |
fn=infer,
|