Spaces:
Runtime error
Runtime error
File size: 386 Bytes
53d9e06 30f0a87 53d9e06 30f0a87 b05e0b8 30f0a87 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
from gradio.mix import Parallel
myfirstvariable="My First Text Generator"
mylovelysecondvariable="input text and submit."
model1=Interface.load("huggingface/gpt2
model2=Interface.load("huggingface/EleuherAI/gpt-neo1.3B
model3=Interface.load("huggingface/bigscience/bloom-560m")
gr.Interface.load(model1,model2,model3,title=title,description=description).launch()
|