Spaces:
Sleeping
Sleeping
xiaoheiqaq
commited on
Commit
•
58948e1
1
Parent(s):
8a5f65c
remove system prompt
Browse files
app.py
CHANGED
@@ -77,10 +77,10 @@ with gr.Blocks(fill_height=True) as demo:
|
|
77 |
["你有更新过吗?", None, None, None, None]]
|
78 |
)
|
79 |
|
80 |
-
system_prompt = gr.Textbox(value=system_prompt_text, info="System Message:", placeholder="你是Emi",
|
81 |
-
|
82 |
-
system_prompt.change(
|
83 |
-
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
demo.launch(auth=(username, password))
|
|
|
77 |
["你有更新过吗?", None, None, None, None]]
|
78 |
)
|
79 |
|
80 |
+
# system_prompt = gr.Textbox(value=system_prompt_text, info="System Message:", placeholder="你是Emi",
|
81 |
+
# interactive=True, lines=5)
|
82 |
+
# system_prompt.change(
|
83 |
+
# fn=update_system_prompt, inputs=system_prompt)
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
demo.launch(auth=(username, password))
|