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

delete old geadio args

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