Update app.py
Browse files
app.py
CHANGED
@@ -44,5 +44,6 @@ gr.Interface(
|
|
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()
|
48 |
|
|
|
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 |
|