textgenerator / app.py
Wootang01's picture
Use your variable chickenwings! Put chickenwings variable in the parameter for title.
c61795f
raw
history blame
212 Bytes
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()