asmaa1 commited on
Commit
cf3b43c
·
verified ·
1 Parent(s): 6520d7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
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
- "1: Avulsion fracture\n"
58
- "2: Comminuted fracture\n"
59
- "3: Fracture Dislocation\n"
60
- "4: Greenstick fracture\n"
61
- "5: Hairline Fracture\n"
62
- "6: Impacted fracture\n"
63
- "7: Longitudinal fracture\n"
64
- "8: Oblique fracture\n"
65
- "9: Pathological fracture\n"
66
- "10: 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",