toilaluan commited on
Commit
40e3c4c
·
1 Parent(s): 3a1a569
Files changed (1) hide show
  1. app.py +1 -1
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 white cat with blue 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 = [[Image.open("input_image.png"), "a cute cat with red eyes is standing in the jungle"]],
93
  css=css,
94
  cache_examples=True
95
  )