Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,6 +78,6 @@ io = gr.Interface(generate_caption,
|
|
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)
|
|
|
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)
|