Spaces:
Running
Running
leexiaoyao
commited on
Commit
·
2a75f7e
1
Parent(s):
daa04b0
Update run.py
Browse files
run.py
CHANGED
@@ -79,9 +79,9 @@ with gr.Blocks() as demo:
|
|
79 |
chatbot = gr.Chatbot(label='猫娘')
|
80 |
msg = gr.Textbox(label="我说")
|
81 |
clear = gr.ClearButton([msg, chatbot])
|
82 |
-
with gr.Column(scale=1):
|
83 |
|
84 |
-
role = gr.TextArea(label="角色设定:")
|
85 |
|
86 |
response = msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|
87 |
bot, chatbot, chatbot
|
|
|
79 |
chatbot = gr.Chatbot(label='猫娘')
|
80 |
msg = gr.Textbox(label="我说")
|
81 |
clear = gr.ClearButton([msg, chatbot])
|
82 |
+
#with gr.Column(scale=1):
|
83 |
|
84 |
+
#role = gr.TextArea(label="角色设定:")
|
85 |
|
86 |
response = msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|
87 |
bot, chatbot, chatbot
|