Spaces:
Running
Running
shengqiangShi
commited on
Commit
•
0995c8f
1
Parent(s):
cd511d4
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ demo = gr.Interface(
|
|
103 |
examples=[
|
104 |
["images/dark_cell.png", "gray cells", 0.1],
|
105 |
["images/animals.png", "Rabbit,Squirrel,Parrot,Hedgehog,Turtle,Ladybug,Chick,Frog,Butterfly,Snail,Mouse", 0.35],
|
106 |
-
["images/purple_cell.png", "purple cells", 0.
|
107 |
],
|
108 |
)
|
109 |
|
|
|
103 |
examples=[
|
104 |
["images/dark_cell.png", "gray cells", 0.1],
|
105 |
["images/animals.png", "Rabbit,Squirrel,Parrot,Hedgehog,Turtle,Ladybug,Chick,Frog,Butterfly,Snail,Mouse", 0.35],
|
106 |
+
["images/purple_cell.png", "purple cells", 0.20],
|
107 |
],
|
108 |
)
|
109 |
|