import gradio as gr gr.close_all() demo = gr.load(name="models/upstage/llama-30b-instruct", title='Chatty McChatterson', description='Meet McChatterson, your go-to chat buddy.') demo.launch()