Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse filesfixing in typo in markdown text.
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
|
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
|