thanglekdi commited on
Commit
2a99d71
·
1 Parent(s): e7e2827

test deepseek

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[chatbot, markdown],
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