Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,8 +97,7 @@ gr.Interface(
|
|
97 |
title=title,
|
98 |
article=article,
|
99 |
description=description,
|
100 |
-
inputs=gr.
|
101 |
-
outputs=gr.
|
102 |
examples=examples
|
103 |
).launch()
|
104 |
-
|
|
|
97 |
title=title,
|
98 |
article=article,
|
99 |
description=description,
|
100 |
+
inputs=gr.Image(shape=(224, 224)),
|
101 |
+
outputs=gr.Label(num_top_classes=4),
|
102 |
examples=examples
|
103 |
).launch()
|
|