ulichovick commited on
Commit
f07397f
·
verified ·
1 Parent(s): 8776fa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predice(imagen):
34
  return str(label)
35
 
36
  gr.Interface(
37
- fn=predice,
38
  inputs=gr.Image(label="gimme da bird", type="filepath"),
39
  outputs=["text"],
40
  title=titulo,
 
34
  return str(label)
35
 
36
  gr.Interface(
37
+ predice,
38
  inputs=gr.Image(label="gimme da bird", type="filepath"),
39
  outputs=["text"],
40
  title=titulo,