Shakir60 commited on
Commit
59d2300
·
verified ·
1 Parent(s): f58619b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ class RAGSystem:
112
  return ""
113
 
114
  class ImageAnalyzer:
115
- def __init__(_self):
116
  self.device = "cpu" # Force CPU usage for better compatibility
117
  self.defect_classes = ["spalling", "structural_cracks", "surface_deterioration"]
118
  self._model = None
 
112
  return ""
113
 
114
  class ImageAnalyzer:
115
+ def __init__(self):
116
  self.device = "cpu" # Force CPU usage for better compatibility
117
  self.defect_classes = ["spalling", "structural_cracks", "surface_deterioration"]
118
  self._model = None