fffiloni commited on
Commit
5703350
·
verified ·
1 Parent(s): 07c23a5

delete old gradio args

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", height=420)
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():