asmaa1 commited on
Commit
26621f4
·
verified ·
1 Parent(s): 5c2f8b2

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
- "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",
 
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",