Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
00462ea
1
Parent(s):
8755059
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ translator_en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-fr")
|
|
14 |
|
15 |
Series(translator_fr, story_gen, translator_en, description = description,
|
16 |
title = title,
|
17 |
-
examples=[["L'aventurier est approché par un mystérieux étranger, pour une nouvelle quête."]]
|
|
|
14 |
|
15 |
Series(translator_fr, story_gen, translator_en, description = description,
|
16 |
title = title,
|
17 |
+
examples=[["L'aventurier est approché par un mystérieux étranger, pour une nouvelle quête."]]).launch()
|