Spaces:
Running
Running
JustinLin610
commited on
Commit
•
db00838
1
Parent(s):
2ac6564
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
|
|
68 |
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
-
gr.Markdown("""<center><font size=8>
|
72 |
|
73 |
with gr.Row():
|
74 |
with gr.Column(scale=3):
|
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
|
|
76 |
with gr.Column(scale=1):
|
77 |
modify_system = gr.Button("🛠️ 设置system并清除历史对话", scale=2)
|
78 |
system_state = gr.Textbox(value=default_system, visible=False)
|
79 |
-
chatbot = gr.Chatbot(label='
|
80 |
textbox = gr.Textbox(lines=2, label='Input')
|
81 |
|
82 |
with gr.Row():
|
|
|
68 |
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
+
gr.Markdown("""<center><font size=8>Qwen1.5-32B-Chat</center>""")
|
72 |
|
73 |
with gr.Row():
|
74 |
with gr.Column(scale=3):
|
|
|
76 |
with gr.Column(scale=1):
|
77 |
modify_system = gr.Button("🛠️ 设置system并清除历史对话", scale=2)
|
78 |
system_state = gr.Textbox(value=default_system, visible=False)
|
79 |
+
chatbot = gr.Chatbot(label='Qwen1.5-32B-Chat')
|
80 |
textbox = gr.Textbox(lines=2, label='Input')
|
81 |
|
82 |
with gr.Row():
|