examples added in app.py
Browse files
app.py
CHANGED
@@ -23,11 +23,11 @@ demo = gr.Interface(
|
|
23 |
],
|
24 |
title="Global Context Vision Transformer (GCViT) Demo",
|
25 |
description="ImageNet Pretrain.",
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
)
|
33 |
demo.launch()
|
|
|
23 |
],
|
24 |
title="Global Context Vision Transformer (GCViT) Demo",
|
25 |
description="ImageNet Pretrain.",
|
26 |
+
examples=[
|
27 |
+
["example/hot_air_ballon.jpg"],
|
28 |
+
["example/chelsea.png"],
|
29 |
+
["example/german_shepherd.jpg"],
|
30 |
+
["example/panda.jpg"],
|
31 |
+
],
|
32 |
)
|
33 |
demo.launch()
|