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 |
-
"Avulsion fracture
|
58 |
-
"Comminuted fracture
|
59 |
-
"Fracture Dislocation
|
60 |
-
"Greenstick fracture
|
61 |
-
"Hairline Fracture
|
62 |
-
"Impacted fracture
|
63 |
-
"Longitudinal fracture
|
64 |
-
"Oblique fracture
|
65 |
-
"Pathological fracture
|
66 |
-
"Spiral Fracture"
|
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",
|