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