RonHoHo's picture
Update app.py
32ee615
raw
history blame
493 Bytes
import gradio as gr
from gradio.mix import Series
title="Chinese Text Generator and Translator"
description="Input Chiknese language text,"
model1 = gr.Interface.load("huggingface/gpt2")
model2 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
gr.Interface.load("huggingface/bigscience/bloom-560m",title="Text Generator Five w/Variables",description="Input your text,submit and the maching will output text.").launch()