Onix4oDedy commited on
Commit
b933a89
·
verified ·
1 Parent(s): 81f6542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)