Spaces:
Runtime error
Runtime error
Stepp1
commited on
Commit
路
7f09e47
1
Parent(s):
f9497f6
examples
Browse files- app.py +5 -4
- images/normal-1_frame_2.jpg +0 -0
- images/normal-3_frame_10.jpg +0 -0
- images/normal-3_frame_1482.jpg +0 -0
- images/risk-0_frame_177.jpg +0 -0
- images/risk-0_frame_819.jpg +0 -0
- images/test-normal-0_frame_574.jpg +0 -0
- images/test-normal-27_frame_2320.jpg +0 -0
- images/test-risk-16_frame_413.jpg +0 -0
- images/test-risk-4_frame_609.jpg +0 -0
app.py
CHANGED
@@ -45,10 +45,11 @@ def predict(inp):
|
|
45 |
description = "<center>Esto un demo de nuestro clasificador de operaciones de riesgo en el uso de gr煤as horquillas.\n\nNuestro demo utiliza una versi贸n simple de una red convolucional pre-entrenada y, posteriormente, finetuneada en nuestro conjunto de datos.</center>"
|
46 |
|
47 |
examples = [
|
48 |
-
"images/
|
49 |
-
"images/
|
50 |
-
"images/
|
51 |
-
"images/
|
|
|
52 |
]
|
53 |
|
54 |
gr.Interface(
|
|
|
45 |
description = "<center>Esto un demo de nuestro clasificador de operaciones de riesgo en el uso de gr煤as horquillas.\n\nNuestro demo utiliza una versi贸n simple de una red convolucional pre-entrenada y, posteriormente, finetuneada en nuestro conjunto de datos.</center>"
|
46 |
|
47 |
examples = [
|
48 |
+
"images/normal-1_frame_2.jpg",
|
49 |
+
"images/normal-3_frame_10.jpg",
|
50 |
+
"images/normal-3_frame_1482.jpg",
|
51 |
+
"images/risk-0_frame_177.jpg",
|
52 |
+
"images/risk-0_frame_819.jpg",
|
53 |
]
|
54 |
|
55 |
gr.Interface(
|
images/normal-1_frame_2.jpg
ADDED
![]() |
images/normal-3_frame_10.jpg
ADDED
![]() |
images/normal-3_frame_1482.jpg
ADDED
![]() |
images/risk-0_frame_177.jpg
ADDED
![]() |
images/risk-0_frame_819.jpg
ADDED
![]() |
images/test-normal-0_frame_574.jpg
DELETED
Binary file (125 kB)
|
|
images/test-normal-27_frame_2320.jpg
DELETED
Binary file (109 kB)
|
|
images/test-risk-16_frame_413.jpg
DELETED
Binary file (109 kB)
|
|
images/test-risk-4_frame_609.jpg
DELETED
Binary file (75.9 kB)
|
|