valanga commited on
Commit
92a8603
·
verified ·
1 Parent(s): 841f9c5

Update app.py

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