m3hrdadfi commited on
Commit
233e97e
·
1 Parent(s): b72ef52

Back to production

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = True
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"