toilaluan commited on
Commit
d81b50a
·
1 Parent(s): 258fa6a
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -3
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__
app.py CHANGED
@@ -90,9 +90,7 @@ interface = gr.Interface(
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
 
90
  theme=gr.themes.Soft(),
91
  description=description,
92
  examples = [
93
+ ["examples/input_image.png", "a cat with red eyes in the jungle"],
 
 
94
  ],
95
  css=css,
96
  cache_examples=True