1c0dfed 54a8795 d35a6a7 aab3008 26371d1 1c0dfed
1
2
3
4
5
6
7
8
9
10
11
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(first,second).launch()