File size: 333 Bytes
a07e096
6e42d47
158be04
6e42d47
 
158be04
6e42d47
 
 
a07e096
8799a17
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr
from gradio.mix import Parallel

title="txt generator"
description="txt"

mod1=gr.Interface.load("huggingface/gpt2")
mod2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
mod3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")

gr.Parallel(mod1, mod2, mod3, title=txt generator,description=txt).launch()