Spaces:
Runtime error
Runtime error
Back to production
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ class TypoDetector:
|
|
23 |
self,
|
24 |
model_name_or_path: str = "m3hrdadfi/typo-detector-distilbert-en"
|
25 |
) -> None:
|
26 |
-
self.debug =
|
27 |
self.dummy_outputs = dummy_outputs
|
28 |
self.model_name_or_path = model_name_or_path
|
29 |
self.task_name = "token-classification"
|
|
|
23 |
self,
|
24 |
model_name_or_path: str = "m3hrdadfi/typo-detector-distilbert-en"
|
25 |
) -> None:
|
26 |
+
self.debug = False
|
27 |
self.dummy_outputs = dummy_outputs
|
28 |
self.model_name_or_path = model_name_or_path
|
29 |
self.task_name = "token-classification"
|