kornpp commited on
Commit
a4c2fee
·
1 Parent(s): b208113

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def classify_image(img):
26
  gr.Interface(fn=classify_image,
27
  inputs=gr.Image( type ="filepath"),
28
  outputs=gr.Label(num_top_classes=3),
29
- title="Are you a healty bean?").launch(share=True)
 
26
  gr.Interface(fn=classify_image,
27
  inputs=gr.Image( type ="filepath"),
28
  outputs=gr.Label(num_top_classes=3),
29
+ title="Are you a healty bean?").launch()