Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
218 |
|
219 |
upload_button.click(generate_file, inputs=[file_input, role_description],outputs=new_path)
|
220 |
with gr.Column(scale=10):
|
221 |
-
chatbot = gr.Chatbot(bubble_full_width=False, height=400, label='Index-1.9B')
|
222 |
with gr.Row():
|
223 |
role_name = gr.Textbox(label="对话的角色名字", value="三三", placeholder="如果您没有创建角色,可以直接输入三三。如果已经创建好了对应的角色,请在这里输入角色的名称!", lines=2)
|
224 |
user_input = gr.Textbox(label="用户问题", placeholder="输入你的问题!", lines=2)
|
|
|
218 |
|
219 |
upload_button.click(generate_file, inputs=[file_input, role_description],outputs=new_path)
|
220 |
with gr.Column(scale=10):
|
221 |
+
chatbot = gr.Chatbot(bubble_full_width=False, height=400, label='Index-1.9B RolePlay')
|
222 |
with gr.Row():
|
223 |
role_name = gr.Textbox(label="对话的角色名字", value="三三", placeholder="如果您没有创建角色,可以直接输入三三。如果已经创建好了对应的角色,请在这里输入角色的名称!", lines=2)
|
224 |
user_input = gr.Textbox(label="用户问题", placeholder="输入你的问题!", lines=2)
|