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