Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ interface = gr.Interface(
|
|
89 |
outputs=[gr.Image(type="pil", label="Graph Score Image", format="png"), gr.Textbox(label="Analyzed Result")],
|
90 |
theme=gr.themes.Soft(),
|
91 |
description=description,
|
92 |
-
examples = [[Image.open("input_image.png"), "a cute
|
93 |
css=css,
|
94 |
cache_examples=True
|
95 |
)
|
|
|
89 |
outputs=[gr.Image(type="pil", label="Graph Score Image", format="png"), gr.Textbox(label="Analyzed Result")],
|
90 |
theme=gr.themes.Soft(),
|
91 |
description=description,
|
92 |
+
examples = [[Image.open("input_image.png"), "a cute cat with red eyes is standing in the jungle"]],
|
93 |
css=css,
|
94 |
cache_examples=True
|
95 |
)
|