File size: 248 Bytes
115b842
 
4778ce5
319d75f
 
dcb730e
1
2
3
4
5
6
import gradio as gr

#gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
    inputs=gr.Textbox(lines=5, label="Input Text")  # customizes the input component
).launch(share=True)