Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,16 +54,16 @@ iface = gr.Interface(
|
|
54 |
description=(
|
55 |
"Upload an X-ray image, and the model will predict the type of bone break. \n\n"
|
56 |
"Classes Available:\n"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
"
|
67 |
),
|
68 |
,
|
69 |
theme="ParityError/Interstellar",
|
|
|
54 |
description=(
|
55 |
"Upload an X-ray image, and the model will predict the type of bone break. \n\n"
|
56 |
"Classes Available:\n"
|
57 |
+
"Avulsion fracture\n"
|
58 |
+
"Comminuted fracture\n"
|
59 |
+
"Fracture Dislocation\n"
|
60 |
+
"Greenstick fracture\n"
|
61 |
+
"Hairline Fracture\n"
|
62 |
+
"Impacted fracture\n"
|
63 |
+
"Longitudinal fracture\n"
|
64 |
+
"Oblique fracture\n"
|
65 |
+
"Pathological fracture\n"
|
66 |
+
"Spiral Fracture"
|
67 |
),
|
68 |
,
|
69 |
theme="ParityError/Interstellar",
|