Update app.py
Browse files
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='
|
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,
|