Tonic commited on
Commit
49774f4
1 Parent(s): d6e0c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
107
 
108
 
109
  with gr.Group():
110
- chatbot = gr.Chatbot(label='Yi-6B')
111
  with gr.Row():
112
  textbox = gr.Textbox(
113
  container=False,
 
107
 
108
 
109
  with gr.Group():
110
+ chatbot = gr.Chatbot(label='TonicYi-30B-200K')
111
  with gr.Row():
112
  textbox = gr.Textbox(
113
  container=False,