kiss / app.py
AwesomeK's picture
Loading other app
ce7c644
raw
history blame
170 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
).launch()