Skip to content

Commit

Permalink
Back to production
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hrdadfi committed Aug 11, 2021
1 parent 7e39acb commit 21b8f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/st_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(
self,
model_name_or_path: str = "m3hrdadfi/typo-detector-distilbert-en"
) -> None:
self.debug = True
self.debug = False
self.dummy_outputs = dummy_outputs
self.model_name_or_path = model_name_or_path
self.task_name = "token-classification"
Expand Down

0 comments on commit 21b8f34

Please sign in to comment.