File size: 220 Bytes
a37c17d
7f9053a
a37c17d
4113f86
0ee5ccb
a37c17d
4113f86
1
2
3
4
5
6
7
import gradio as gr
from gradio.mix import Parallel

model1 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
model2 = gr.Interface.load("huggingface/bigscience/bloom-560m")

gr.Parallel(model1, model2).launch()