Jeysshon
commited on
Commit
•
9c5eb46
1
Parent(s):
21c3fb5
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ def predict(img):
|
|
10 |
pred,pred_idx,probs = learn.predict(img)
|
11 |
return pred
|
12 |
|
13 |
-
title = "
|
14 |
-
description = "
|
15 |
examples = ['3.jpg','5.jpg','images.jpeg']
|
16 |
enable_queue=True
|
17 |
|
|
|
10 |
pred,pred_idx,probs = learn.predict(img)
|
11 |
return pred
|
12 |
|
13 |
+
title = "CLasifica Jerrys jaja Pajaros (parcial final PIB)"
|
14 |
+
description = "Parcial Final para el profe javier , PIB, clasificacion de pajaros"
|
15 |
examples = ['3.jpg','5.jpg','images.jpeg']
|
16 |
enable_queue=True
|
17 |
|