ovi054 commited on
Commit
5052c5c
1 Parent(s): b2f83fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,7 +77,7 @@ io = gr.Interface(generate_caption,
77
  inputs=[gr.Image(label="Input Image")],
78
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
79
  # gr.Image(label="Output Image")
80
- article = article_text
81
- ]
82
  )
83
  io.launch(debug=True)
 
77
  inputs=[gr.Image(label="Input Image")],
78
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
79
  # gr.Image(label="Output Image")
80
+ ],
81
+ article = article_text
82
  )
83
  io.launch(debug=True)