Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,5 +15,5 @@ def image_classifier(image):
|
|
15 |
|
16 |
# """
|
17 |
|
18 |
-
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label"
|
19 |
demo.launch(show_api=False)
|
|
|
15 |
|
16 |
# """
|
17 |
|
18 |
+
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label")
|
19 |
demo.launch(show_api=False)
|