Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ gr.Interface(fn=predict,
|
|
20 |
title = 'Cat Coat Pattern Classifier',
|
21 |
description = 'A computer vision classifier that can tell you which of the major coat patterns your cat has! Extra fancy coat patterns to follow.',
|
22 |
examples = [r'Domestic_cat_sleeping.JPG', r'calico cat.jpg', r'1200px-British_shorthair_cat-3113513.jpg'],
|
23 |
-
|
|
|
20 |
title = 'Cat Coat Pattern Classifier',
|
21 |
description = 'A computer vision classifier that can tell you which of the major coat patterns your cat has! Extra fancy coat patterns to follow.',
|
22 |
examples = [r'Domestic_cat_sleeping.JPG', r'calico cat.jpg', r'1200px-British_shorthair_cat-3113513.jpg'],
|
23 |
+
).launch(share=True)
|