Spaces:
Runtime error
Runtime error
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() |