Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def image_classifier(image):
|
|
11 |
return results
|
12 |
|
13 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label")
|
14 |
-
demo.launch()
|
|
|
11 |
return results
|
12 |
|
13 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label")
|
14 |
+
demo.launch(show_api=False)
|