Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ title = "ES-EN Translation / Toxicity classification / EN-ES Translation"
|
|
| 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")
|
| 11 |
-
translator_en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es")
|
| 12 |
|
| 13 |
|
| 14 |
interface = Series( translator_es, story_gen, translator_en, description = description,
|
|
|
|
| 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")
|
| 11 |
+
#translator_en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es")
|
| 12 |
|
| 13 |
|
| 14 |
interface = Series( translator_es, story_gen, translator_en, description = description,
|