BrianL's picture
Update app.py
54a8795
raw
history blame
218 Bytes
import gradio as gr
from transformers import pipeline
first = gr.Interface.load("Helsinki-NLP/opus-mt-tl-en")
second = gr.Interface.load("Helsinki-NLP/opus-mt-en-ceb")
test = gr.Series(textgen, tts).launch()