Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
|
|
12 |
|
13 |
demo = gr.Interface(
|
14 |
fn=classify_image,
|
15 |
-
inputs=gr.Image(),
|
16 |
outputs=gr.Label(),
|
17 |
examples=[
|
18 |
'laughing.jpg',
|
|
|
12 |
|
13 |
demo = gr.Interface(
|
14 |
fn=classify_image,
|
15 |
+
inputs=gr.Image(),
|
16 |
outputs=gr.Label(),
|
17 |
examples=[
|
18 |
'laughing.jpg',
|