Spaces:
Sleeping
Sleeping
lab
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ def classify_image(img):
|
|
12 |
|
13 |
examples = ['grizzly.jpg']
|
14 |
|
15 |
-
demo = gr.Interface(classify_image, gr.
|
16 |
if __name__ == "__main__":
|
17 |
demo.launch()
|
|
|
12 |
|
13 |
examples = ['grizzly.jpg']
|
14 |
|
15 |
+
demo = gr.Interface(classify_image, gr.Image(shape=(512, 512)), gr.Label())
|
16 |
if __name__ == "__main__":
|
17 |
demo.launch()
|