KathrynMercer commited on
Commit
dee136d
·
verified ·
1 Parent(s): 77e5bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- interpretation='default').launch(share=True)
 
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)