Spaces:
Runtime error
Runtime error
cleaning up files, added more examples
Browse files- app.py +5 -2
- bird.jpg +0 -0
- diego.gif +0 -3
- imagenet_diego.png → diego.png +0 -0
- imagenet_french_bulldog.jpg → french_bulldog.jpg +0 -0
- hockey.jpg +0 -0
- pepper.jpeg +0 -0
app.py
CHANGED
@@ -91,7 +91,10 @@ if __name__ == "__main__":
|
|
91 |
gr.inputs.Slider(minimum=10, maximum=100, step=1, default=30, label="n_gif_images", optional=False),
|
92 |
],
|
93 |
outputs=out,
|
94 |
-
examples=[["./
|
95 |
-
["./
|
|
|
|
|
|
|
96 |
)
|
97 |
iface.launch(enable_queue=True)
|
|
|
91 |
gr.inputs.Slider(minimum=10, maximum=100, step=1, default=30, label="n_gif_images", optional=False),
|
92 |
],
|
93 |
outputs=out,
|
94 |
+
examples=[["./diego.png", 0.01, 7, 50],
|
95 |
+
["./french_bulldog.jpg", 0.01, 5, 50],
|
96 |
+
["./pepper.jpeg", 0.01, 5, 50],
|
97 |
+
["./bird.jpg", 0.01, 5, 50],
|
98 |
+
["./hockey.jpg", 0.01, 5, 50]]
|
99 |
)
|
100 |
iface.launch(enable_queue=True)
|
bird.jpg
ADDED
diego.gif
DELETED
Git LFS Details
|
imagenet_diego.png → diego.png
RENAMED
File without changes
|
imagenet_french_bulldog.jpg → french_bulldog.jpg
RENAMED
File without changes
|
hockey.jpg
ADDED
pepper.jpeg
ADDED