textgenerator / app.py
Christyyu's picture
Update app.py
eeaaad3
raw
history blame
145 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title="My First Generator",description="Input text and submit").launch()