valanga commited on
Commit
4a53dba
·
verified ·
1 Parent(s): 9e59777

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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