four sample in example
Browse files- app.py +0 -5
- example/cat_dog.JPG +0 -0
- example/german_shepherd.jpg +0 -0
- example/jellyfish.jpg +0 -0
- example/panda.jpg +0 -0
app.py
CHANGED
@@ -26,13 +26,8 @@ demo = gr.Interface(
|
|
26 |
examples=[
|
27 |
["example/hot_air_ballon.jpg", 'GCViTTiny'],
|
28 |
["example/chelsea.png", 'GCViTTiny'],
|
29 |
-
["example/german_shepherd.jpg", 'GCViTTiny'],
|
30 |
-
["example/panda.jpg", 'GCViTTiny'],
|
31 |
-
["example/jellyfish.jpg", 'GCViTTiny'],
|
32 |
["example/penguin.JPG", 'GCViTTiny'],
|
33 |
["example/bus.jpg", 'GCViTTiny'],
|
34 |
-
["example/cat_dog.JPG", 'GCViTTiny'],
|
35 |
-
|
36 |
],
|
37 |
)
|
38 |
demo.launch()
|
|
|
26 |
examples=[
|
27 |
["example/hot_air_ballon.jpg", 'GCViTTiny'],
|
28 |
["example/chelsea.png", 'GCViTTiny'],
|
|
|
|
|
|
|
29 |
["example/penguin.JPG", 'GCViTTiny'],
|
30 |
["example/bus.jpg", 'GCViTTiny'],
|
|
|
|
|
31 |
],
|
32 |
)
|
33 |
demo.launch()
|
example/cat_dog.JPG
DELETED
Binary file (63.8 kB)
|
|
example/german_shepherd.jpg
DELETED
Binary file (25.6 kB)
|
|
example/jellyfish.jpg
DELETED
Binary file (25 kB)
|
|
example/panda.jpg
DELETED
Binary file (76.1 kB)
|
|