tbdatasci commited on
Commit
7cb7fd5
·
1 Parent(s): ede2359

Changed to smaller model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  gr.close_all()
4
- demo = gr.load(name="models/meta-llama/Llama-2-70b-hf",
5
  title='Chatty McChatterson',
6
  description='Meet McChatterson, your go-to chat buddy.')
7
 
 
1
  import gradio as gr
2
 
3
  gr.close_all()
4
+ demo = gr.load(name="models/upstage/llama-30b-instruct",
5
  title='Chatty McChatterson',
6
  description='Meet McChatterson, your go-to chat buddy.')
7