kpjmcg commited on
Commit
66ea683
·
1 Parent(s): 6f69eee
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ learner = from_pretrained_fastai(repo_id)
10
 
11
  mappings = {
12
  fastai.torch_core.TensorImage: {
13
- "type": inputs.IMage(type='file', label='input'),
14
  "process": lambda inp : inp.name
15
  },
16
  fastai.torch_core.TensorCategory: {
 
10
 
11
  mappings = {
12
  fastai.torch_core.TensorImage: {
13
+ "type": inputs.Image(type='file', label='input'),
14
  "process": lambda inp : inp.name
15
  },
16
  fastai.torch_core.TensorCategory: {