Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
| 110 |
|
| 111 |
gr.Markdown("### Performance Info")
|
| 112 |
gr.HTML(
|
| 113 |
-
"<small>Model weights are cached after the first run. Content Guard returns scores for violence, hate, sexual,
|
| 114 |
)
|
| 115 |
|
| 116 |
gr.Examples(
|
|
|
|
| 110 |
|
| 111 |
gr.Markdown("### Performance Info")
|
| 112 |
gr.HTML(
|
| 113 |
+
"<small>Model weights are cached after the first run. Content Guard returns scores for violence, hate-speech, sexual, toxic and self-harm</small>"
|
| 114 |
)
|
| 115 |
|
| 116 |
gr.Examples(
|