Spaces:
Sleeping
Sleeping
Commit
·
2a99d71
1
Parent(s):
e7e2827
test deepseek
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks() as demo: # Bắt đầu Blocks
|
|
42 |
txt.submit(
|
43 |
call_api.call_deepseek_new,
|
44 |
inputs=[txt, chatbot, sys_msg, max_t, temp, top_p],
|
45 |
-
outputs=
|
46 |
)
|
47 |
|
48 |
|
|
|
42 |
txt.submit(
|
43 |
call_api.call_deepseek_new,
|
44 |
inputs=[txt, chatbot, sys_msg, max_t, temp, top_p],
|
45 |
+
outputs=chatbot,
|
46 |
)
|
47 |
|
48 |
|