charlesouazana commited on
Commit
422a16d
1 Parent(s): 35f9b83

wrong image filename

Browse files
Files changed (4) hide show
  1. Untitled.jpg +0 -0
  2. app.py +1 -1
  3. requirements.txt +2 -0
  4. test.pkl +0 -0
Untitled.jpg ADDED
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
13
 
14
  image = gr.inputs.Image(shape=(48, 48))
15
  label = gr.outputs.Label()
16
- examples = ['basset.jpg']
17
 
18
 
19
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
 
13
 
14
  image = gr.inputs.Image(shape=(48, 48))
15
  label = gr.outputs.Label()
16
+ examples = ['untitled.jpg']
17
 
18
 
19
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ gradio
2
+ fastai
test.pkl ADDED
File without changes