Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
from gradio.mix import Series
|
5 |
|
6 |
description = "Spanish songs toxicity classification"
|
7 |
-
title = "ES-EN Translation Opus MT/ Roberta Toxicity classifier "
|
8 |
|
9 |
translator_es = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-es-en")
|
10 |
story_gen = gr.Interface.load("huggingface/SkolkovoInstitute/roberta_toxicity_classifier")
|
|
|
4 |
from gradio.mix import Series
|
5 |
|
6 |
description = "Spanish songs toxicity classification"
|
7 |
+
title = "Pretrained models: ES-EN Translation Opus MT/ Roberta Toxicity classifier "
|
8 |
|
9 |
translator_es = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-es-en")
|
10 |
story_gen = gr.Interface.load("huggingface/SkolkovoInstitute/roberta_toxicity_classifier")
|