Spaces:
Sleeping
Sleeping
Christian Kauth
commited on
Commit
·
302c1da
1
Parent(s):
86f6141
bug fix
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(predict,\
|
|
26 |
inputs = gr.Image(shape=(130, 120)),\
|
27 |
outputs = [gr.outputs.Label(num_top_classes=5),\
|
28 |
gr.Image(shape=(100, 100), image_mode='L')],\
|
29 |
-
examples = ["examples/DBUAC-BP-14005",\
|
30 |
"examples/DBUAC-GG-08001.jpg",\
|
31 |
"examples/DBUAC-GMA-10006.jpg",\
|
32 |
"examples/DBUAC-PM-09046.jpg",\
|
|
|
26 |
inputs = gr.Image(shape=(130, 120)),\
|
27 |
outputs = [gr.outputs.Label(num_top_classes=5),\
|
28 |
gr.Image(shape=(100, 100), image_mode='L')],\
|
29 |
+
examples = ["examples/DBUAC-BP-14005.jpg",\
|
30 |
"examples/DBUAC-GG-08001.jpg",\
|
31 |
"examples/DBUAC-GMA-10006.jpg",\
|
32 |
"examples/DBUAC-PM-09046.jpg",\
|