Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ story_gen = gr.Interface.load("huggingface/SkolkovoInstitute/roberta_toxicity_cl
|
|
11 |
#translator_en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es")
|
12 |
|
13 |
|
14 |
-
interface = Series( translator_es, story_gen,
|
15 |
title = title
|
16 |
)
|
17 |
|
|
|
11 |
#translator_en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es")
|
12 |
|
13 |
|
14 |
+
interface = Series( translator_es, story_gen, description = description,
|
15 |
title = title
|
16 |
)
|
17 |
|