hgw3lss's picture
Update app.py
ddcd55c
raw
history blame
433 Bytes
import gradio as gr
title = "Buckland Visions"
description = "Buckland"
article = "<p style = 'text-align: center' > Buckland</p>"
examples = [
["The candles"],
["Love"],
["The occult"]
]
gr.Interface.load("huggingface/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()