import gradio as gr title = "Buckland Visions" description = "Buckland" article = "
Buckland
" examples = [ ["The candles"], ["Love"], ["The occult"] ] gr.Interface.load("hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"), title=title, description=description, article=article, examples=examples, enable_queue=True).launch()