Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ translator_en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-fr")
|
|
9 |
|
10 |
Series(translator_fr, story_gen, translator_en, description = description,
|
11 |
title = title,
|
12 |
-
examples=["L'aventurier est approché par un mystérieux étranger, pour une nouvelle quête."], inputs = gr.inputs.Textbox(lines = 10)).launch()
|
|
|
9 |
|
10 |
Series(translator_fr, story_gen, translator_en, description = description,
|
11 |
title = title,
|
12 |
+
examples=[["L'aventurier est approché par un mystérieux étranger, pour une nouvelle quête."]], inputs = gr.inputs.Textbox(lines = 10)).launch()
|