Spaces:
Running
on
Zero
Running
on
Zero
delete old gradio args
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css=css) as demo:
|
|
99 |
)
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
-
image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in"
|
103 |
audience = gr.Radio(label="Target Audience", choices=["Children", "Adult"], value="Children")
|
104 |
submit_btn = gr.Button('Tell me a story')
|
105 |
with gr.Column():
|
|
|
99 |
)
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
+
image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in")
|
103 |
audience = gr.Radio(label="Target Audience", choices=["Children", "Adult"], value="Children")
|
104 |
submit_btn = gr.Button('Tell me a story')
|
105 |
with gr.Column():
|