fffiloni commited on
Commit
d18deff
1 Parent(s): 2676c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,11 +133,11 @@ with gr.Blocks(css=css) as demo:
133
  with gr.Row():
134
  with gr.Column():
135
  image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in", height=420)
136
- audience = gr.Radio(label="Target Audience", choices=["Children", "Adult"], value="Children", height=420)
137
  submit_btn = gr.Button('Tell me a story')
138
  with gr.Column():
139
  #caption = gr.Textbox(label="Generated Caption")
140
- story = gr.Textbox(label="generated Story", elem_id="story")
141
 
142
  with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
143
  community_icon = gr.HTML(community_icon_html)
 
133
  with gr.Row():
134
  with gr.Column():
135
  image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in", height=420)
136
+ audience = gr.Radio(label="Target Audience", choices=["Children", "Adult"], value="Children")
137
  submit_btn = gr.Button('Tell me a story')
138
  with gr.Column():
139
  #caption = gr.Textbox(label="Generated Caption")
140
+ story = gr.Textbox(label="generated Story", elem_id="story", height=420)
141
 
142
  with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
143
  community_icon = gr.HTML(community_icon_html)