import gradio as gr from gradio.mix import Parallel title="My First Text Generator" description="Input text and submit," model1=gr.Interface.load('huggingface/EleutherAI/gpt-neo-1.3B') gr.Parallel(model1, title=title, description=description).launch()