File size: 170 Bytes
931bc2f
326850a
ce7c644
 
 
1
2
3
4
5
6
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()