textgenerator / app.py
Wootang02's picture
Update app.py
8574dd5
raw
history blame
No virus
153 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator", description="Input text and submit!").launch()