ovi054 commited on
Commit
58952e6
1 Parent(s): ff29f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate_image(prompt, seed=42, width=1024, height=1024):
60
 
61
  io = gr.Interface(generate_caption,
62
  inputs=[gr.Image(label="Input Image")],
63
- outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
64
  gr.Image(label="Output Image")]
65
  )
66
  io.launch(debug=True)
 
60
 
61
  io = gr.Interface(generate_caption,
62
  inputs=[gr.Image(label="Input Image")],
63
+ outputs = [gr.Textbox(label="Output Prompt", lines=3, show_copy_button = True),
64
  gr.Image(label="Output Image")]
65
  )
66
  io.launch(debug=True)