toilaluan commited on
Commit
258fa6a
β€’
1 Parent(s): 40e3c4c
app.py CHANGED
@@ -89,7 +89,11 @@ 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 cat with red eyes is standing in the jungle"]],
 
 
 
 
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 = [
93
+ ["examples/input_image.png", "a cat with red eyes is standing in the jungle"],
94
+ ["examples/input_image_2.png", "A man is riding a hourse"],
95
+ ["examples/input_image_3.png", "cinematic still of a shiba inu, fluffy neck, wearing a suit of ornate metal armor"]
96
+ ],
97
  css=css,
98
  cache_examples=True
99
  )
input_image.png β†’ examples/input_image.png RENAMED
File without changes
examples/input_image_3.png ADDED
output_graph.png DELETED
Binary file (21.5 kB)