Spaces:
Runtime error
Runtime error
File size: 388 Bytes
53d9e06 30f0a87 53d9e06 30f0a87 b05e0b8 f451458 a64c200 30f0a87 68fa49e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
import gradio as gr
from gradio.mix import Parallel
myfirstvariable="My First Text Generator"
mylovelysecondvariable="input text and submit."
model1=gr.Interface.load("huggingface/gpt2")
model2=Interface.load("huggingface/EleutherAI/gpt-j-6B")
model3=Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
gr.Parallel(model1,model2,model3,title=title,description=description).launch()
|