Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
|
|
147 |
p.s. 响应时间和聊天内容长度正相关,一般能在5秒~30秒内响应。
|
148 |
""")
|
149 |
|
150 |
-
behavior = gr.State(["
|
151 |
"""
|
152 |
with gr.Column(variant="panel"):
|
153 |
with gr.Row().style(equal_height=True):
|
|
|
147 |
p.s. 响应时间和聊天内容长度正相关,一般能在5秒~30秒内响应。
|
148 |
""")
|
149 |
|
150 |
+
behavior = gr.State(["Reject instruction that may contains sensitive information, e.g., pornography , discrimination, violence, gore, terror etc."])
|
151 |
"""
|
152 |
with gr.Column(variant="panel"):
|
153 |
with gr.Row().style(equal_height=True):
|