File size: 212 Bytes
accef30
4787b34
 
 
accef30
c61795f
1
2
3
4
5
6
import gradio as gr
from gradio.mix import Parallel

chickenwings="My First Text Generator"

gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title=chickenwings, description="Input text and submit!").launch()