File size: 403 Bytes
c16855c
903e893
402b0d0
 
 
 
 
903e893
402b0d0
1
2
3
4
5
6
7
8
9
import gradio as gr
from gradio.mix import Parallel

title="My First text Generator"
description="Input text. "
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator" , description="Input test.").launch()
model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
model2=gr.Interface.load("hugginggace/gpt2")
model3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")