anitalp commited on
Commit
e96c8d6
1 Parent(s): 22d1f12

Update app.py

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