Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ gr.Interface(
|
|
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 |
-
share=true,
|
48 |
).launch()
|
49 |
|
|
|
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()
|
49 |
|