Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ demo = gr.Interface(
|
|
164 |
gr.Image(shape=(32, 32)).style(width=128, height=128),
|
165 |
gr.Label(label="Top Classes"),
|
166 |
],
|
167 |
-
examples=[[os.path.join("./samples/", f)] for f in os.listdir("samples/")]
|
168 |
)
|
169 |
|
170 |
|
|
|
164 |
gr.Image(shape=(32, 32)).style(width=128, height=128),
|
165 |
gr.Label(label="Top Classes"),
|
166 |
],
|
167 |
+
examples=[[os.path.join("./samples/", f)] for f in os.listdir("./samples/")]
|
168 |
)
|
169 |
|
170 |
|