Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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)
|