Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,4 +90,4 @@ def image_classifier(inp):
|
|
| 90 |
return result
|
| 91 |
#inputs=gr.Image(type="pil")
|
| 92 |
demo = gr.Interface(fn=image_classifier, inputs="image", outputs="textbox")
|
| 93 |
-
demo.launch(
|
|
|
|
| 90 |
return result
|
| 91 |
#inputs=gr.Image(type="pil")
|
| 92 |
demo = gr.Interface(fn=image_classifier, inputs="image", outputs="textbox")
|
| 93 |
+
demo.launch(show_api = True)
|