Spaces:
Sleeping
Sleeping
Commit ·
a644060
1
Parent(s): 7e1ab87
إضافة الموديل الكبير الجديد بعد التحويل
Browse files- LAST_model_fixed_v2.keras +3 -0
- app.py +1 -1
LAST_model_fixed_v2.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50e9f0d2c8506ac8879b91c22cb31c48a51aa800c5f60030cb30337dfbc915f9
|
| 3 |
+
size 74180092
|
app.py
CHANGED
|
@@ -27,7 +27,7 @@ BINARY_CLASSES = ["not_teath", "teath"]
|
|
| 27 |
# ============================================================
|
| 28 |
# DISEASE MODEL CONFIGURATION
|
| 29 |
# ============================================================
|
| 30 |
-
DISEASE_MODEL_PATH = "./
|
| 31 |
DISEASE_CLASSES = [
|
| 32 |
"Calculus", "Data caries", "Gingivitis",
|
| 33 |
"Mouth Ulcer", "Tooth Discoloration", "hypodontia"
|
|
|
|
| 27 |
# ============================================================
|
| 28 |
# DISEASE MODEL CONFIGURATION
|
| 29 |
# ============================================================
|
| 30 |
+
DISEASE_MODEL_PATH = "./LAST_model_fixed_v2.keras"
|
| 31 |
DISEASE_CLASSES = [
|
| 32 |
"Calculus", "Data caries", "Gingivitis",
|
| 33 |
"Mouth Ulcer", "Tooth Discoloration", "hypodontia"
|