fffiloni commited on
Commit
cefcc96
·
verified ·
1 Parent(s): 39b3d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def infer(image_in):
31
 
32
  gr.Interface(
33
  fn = infer,
34
- intputs = [
35
  gr.Image(type="filepath")
36
  ],
37
  outputs = [
 
31
 
32
  gr.Interface(
33
  fn = infer,
34
+ inputs = [
35
  gr.Image(type="filepath")
36
  ],
37
  outputs = [