File size: 171 Bytes
e44fb38
 
 
acd74e2
3408293
 
 
1
2
3
4
5
6
7
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()