ovi054 commited on
Commit
029098a
1 Parent(s): d218a70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,6 +29,6 @@ def generate_caption():
29
 
30
  io = gr.Interface(generate_caption,
31
  inputs=[gr.Image(label="Input Image")],
32
- outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True)
33
- )
34
  io.launch(debug=True)
 
29
 
30
  io = gr.Interface(generate_caption,
31
  inputs=[gr.Image(label="Input Image")],
32
+ outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True)]
33
+ )
34
  io.launch(debug=True)