merve HF staff commited on
Commit
a3fb504
1 Parent(s): a45bafd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()