huiyili / app.py
HUIYI's picture
Update app.py
da25f0c
raw
history blame
No virus
380 Bytes
#libraries
import gradio as gr
from gradio.mix import Parallel
#variables, functions and parameters
model1=gr.Interface.load("huggingface/gpt2")
model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-d")
model3=gr.Interface.load("huggingface/distilgpt2")
#funcations, parameters and variables
gr.Parallel("model1, model2, model3).launch()