Gradio / app.py
YoHoCo0o0's picture
Update app.py
5696ebc
raw
history blame
No virus
142 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title= "My First Text Generator", description="Input text").launch()