Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def generate(image: Image):
|
|
| 79 |
|
| 80 |
demo = gr.Interface(
|
| 81 |
fn=generate, inputs=[gr.Image(type="pil")], outputs=gr.Markdown(), concurrency_limit=1,
|
| 82 |
-
examples=["0.png", "1.
|
| 83 |
title="A Dense Captioner optimized for Graphical User Interface"
|
| 84 |
)
|
| 85 |
demo.queue().launch()
|
|
|
|
| 79 |
|
| 80 |
demo = gr.Interface(
|
| 81 |
fn=generate, inputs=[gr.Image(type="pil")], outputs=gr.Markdown(), concurrency_limit=1,
|
| 82 |
+
examples=["0.png", "1.png", "2.jpg", "3.jpg"],
|
| 83 |
title="A Dense Captioner optimized for Graphical User Interface"
|
| 84 |
)
|
| 85 |
demo.queue().launch()
|