File size: 223 Bytes
a2ca785
 
 
7cb7fd5
a2ca785
 
 
 
1
2
3
4
5
6
7
8
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()