BrianL commited on
Commit
26371d1
·
1 Parent(s): d35a6a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,6 +4,6 @@ from transformers import pipeline
4
 
5
  first = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-tl-en")
6
  second = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-ceb")
7
- test = gr.Series(textgen, tts).launch()
8
 
9
 
 
4
 
5
  first = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-tl-en")
6
  second = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-ceb")
7
+ test = gr.Series(first,second).launch()
8
 
9