Spaces:
Sleeping
Sleeping
IFMedTech commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,12 +5,12 @@ import gradio as gr
|
|
| 5 |
|
| 6 |
# Updated class names with 'plaque' in front of 'calculus' and 'gingivitis'
|
| 7 |
class_names = [
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
]
|
| 15 |
|
| 16 |
# Load the model and update the final fully connected layer
|
|
|
|
| 5 |
|
| 6 |
# Updated class names with 'plaque' in front of 'calculus' and 'gingivitis'
|
| 7 |
class_names = [
|
| 8 |
+
"Plaque Calculus",
|
| 9 |
+
"Caries",
|
| 10 |
+
"Plaque Gingivitis",
|
| 11 |
+
"Hypodontia",
|
| 12 |
+
"Mouth Ulcer",
|
| 13 |
+
"Tooth Discoloration"
|
| 14 |
]
|
| 15 |
|
| 16 |
# Load the model and update the final fully connected layer
|