1c0dfed 54a8795 d35a6a7 0fcc29c 1c0dfed
1
2
3
4
5
6
7
8
9
10
import gradio as gr from transformers import pipeline first = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-tl-en") second = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-ceb") test = gr.Series(textgen, tts).launch()