textgenerator / app.py
dorischeng's picture
Update app.py
c85ab03
raw
history blame contribute delete
147 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title="my first generation",description="Input text and submit.").launch()