Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def predice(imagen):
|
|
34 |
return str(label)
|
35 |
|
36 |
gr.Interface(
|
37 |
-
|
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,
|