Spaces:
Runtime error
Runtime error
Tillmann Schwörer
commited on
Commit
·
97cbeaf
1
Parent(s):
23720ec
Correct link to repo
Browse files
app.py
CHANGED
@@ -5,6 +5,6 @@ gr.load(
|
|
5 |
src="models",
|
6 |
title="Toxic comment detection",
|
7 |
description="Say if the prompt is toxic or not.",
|
8 |
-
article="Check out the [model repo](https://huggingface.co/tillschwoerer/roberta-base-finetuned-toxic-
|
9 |
examples=[["I hate you!"], ['I love you!'], ['I am a cat.']],
|
10 |
).launch()
|
|
|
5 |
src="models",
|
6 |
title="Toxic comment detection",
|
7 |
description="Say if the prompt is toxic or not.",
|
8 |
+
article="Check out the [model repo](https://huggingface.co/tillschwoerer/roberta-base-finetuned-toxic-comment-detection) that this demo is based off of.",
|
9 |
examples=[["I hate you!"], ['I love you!'], ['I am a cat.']],
|
10 |
).launch()
|