valanga commited on
Commit
6fb8de2
·
verified ·
1 Parent(s): 2bc897d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -42,7 +42,6 @@ gr.Interface(
42
  inputs=gr.Image(type="numpy"),
43
  outputs=gr.Label(num_top_classes=2),
44
  examples=examples,
45
- share=True,
46
  title="Chihuahua vs Muffin Classifier",
47
  description="don't know if you should cuddle it or eat it? find out uploading a picture. PS: no muffin and no chihuahua got hurt in this project"
48
  ).launch()
 
42
  inputs=gr.Image(type="numpy"),
43
  outputs=gr.Label(num_top_classes=2),
44
  examples=examples,
 
45
  title="Chihuahua vs Muffin Classifier",
46
  description="don't know if you should cuddle it or eat it? find out uploading a picture. PS: no muffin and no chihuahua got hurt in this project"
47
  ).launch()