Update app.py
Browse files
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()
|