csavcak commited on
Commit
804ab0c
1 Parent(s): 4116737

Update app.py

Browse files

fixing in typo in markdown text.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks() as demo:
270
  ## Detecting watermarked text
271
 
272
  The only way to properly detect watermarked text is with a trained
273
- classifier. This Space uses a pre-trained classifier hosted on Huggin Face
274
  Hub. For production uses you will need to train your own classifiers to
275
  recognize your watermarks. A [Bayesian detector][synthid-hf-detector] is
276
  provided in Transformers, along with an
 
270
  ## Detecting watermarked text
271
 
272
  The only way to properly detect watermarked text is with a trained
273
+ classifier. This Space uses a pre-trained classifier hosted on Hugging Face
274
  Hub. For production uses you will need to train your own classifiers to
275
  recognize your watermarks. A [Bayesian detector][synthid-hf-detector] is
276
  provided in Transformers, along with an