Spaces:
Runtime error
Runtime error
desc removed
Browse files- app/app.py +0 -2
- test_images/chicken.jpeg +0 -3
app/app.py
CHANGED
@@ -73,7 +73,6 @@ def app():
|
|
73 |
|
74 |
gr.Interface(
|
75 |
title=title,
|
76 |
-
description=description,
|
77 |
fn=predict,
|
78 |
inputs=gr.Image(type="pil"),
|
79 |
outputs=gr.Label(
|
@@ -83,7 +82,6 @@ def app():
|
|
83 |
"./test_images/dog.jpeg",
|
84 |
"./test_images/cat.jpeg",
|
85 |
"./test_images/butterfly.jpeg",
|
86 |
-
"./test_images/chicken.jpeg",
|
87 |
"./test_images/horse.jpeg",
|
88 |
],
|
89 |
).launch()
|
|
|
73 |
|
74 |
gr.Interface(
|
75 |
title=title,
|
|
|
76 |
fn=predict,
|
77 |
inputs=gr.Image(type="pil"),
|
78 |
outputs=gr.Label(
|
|
|
82 |
"./test_images/dog.jpeg",
|
83 |
"./test_images/cat.jpeg",
|
84 |
"./test_images/butterfly.jpeg",
|
|
|
85 |
"./test_images/horse.jpeg",
|
86 |
],
|
87 |
).launch()
|
test_images/chicken.jpeg
DELETED
Git LFS Details
|