Spaces:
Sleeping
Sleeping
Commit
·
64c537b
1
Parent(s):
6d423fe
test deepseek
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo: # Bắt đầu Blocks
|
|
52 |
|
53 |
# Sự kiện submit
|
54 |
txt.submit(
|
55 |
-
|
56 |
inputs=[txt, chatbot, sys_msg, max_t, temp, top_p, file_up, img_up],
|
57 |
outputs=[chatbot, markdown_out]
|
58 |
)
|
|
|
52 |
|
53 |
# Sự kiện submit
|
54 |
txt.submit(
|
55 |
+
call_api.call_deepseek,
|
56 |
inputs=[txt, chatbot, sys_msg, max_t, temp, top_p, file_up, img_up],
|
57 |
outputs=[chatbot, markdown_out]
|
58 |
)
|