i8pxgd2s commited on
Commit
25a30ed
1 Parent(s): d1579f9
Files changed (4) hide show
  1. app.py +1 -1
  2. requirements.rtf +0 -11
  3. requirements.txt +2 -0
  4. siamese.jpg +0 -0
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  title = "Pet Breed Classifier"
14
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
15
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
- examples = ['bengal.jpg']
17
  interpretation='default'
18
  enable_queue=True
19
 
 
13
  title = "Pet Breed Classifier"
14
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
15
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
+ examples = ['bengal.jpg','siamese.jpg']
17
  interpretation='default'
18
  enable_queue=True
19
 
requirements.rtf DELETED
@@ -1,11 +0,0 @@
1
- {\rtf1\ansi\ansicpg1252\cocoartf2638
2
- \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;}
3
- {\colortbl;\red255\green255\blue255;\red27\green31\blue34;\red234\green233\blue255;}
4
- {\*\expandedcolortbl;;\cssrgb\c14118\c16078\c18039;\cssrgb\c93333\c93333\c100000;}
5
- \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
6
- \deftab720
7
- \pard\pardeftab720\partightenfactor0
8
-
9
- \f0\fs24 \cf2 \cb3 \expnd0\expndtw0\kerning0
10
- fastai\
11
- scikit-image}
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastai
2
+ scikit-image
siamese.jpg ADDED