thanglekdi commited on
Commit
645d692
·
1 Parent(s): 2759c91

test deepseek

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,8 +116,8 @@ import call_api
116
 
117
  chat = gr.ChatInterface(
118
  call_api.respond, #chat
119
- # title="Trợ lý Học Tập AI",
120
- # description="Nhập câu hỏi của bạn về Toán, Lý, Hóa, Văn… và nhận giải đáp chi tiết ngay lập tức!",
121
  additional_inputs=[
122
  gr.Textbox("Bạn là một chatbot tiếng Việt thân thiện.", label="System message"),
123
  gr.Slider(1, 2048, value=200, step=1, label="Max new tokens"),
 
116
 
117
  chat = gr.ChatInterface(
118
  call_api.respond, #chat
119
+ title="Trợ lý Học Tập AI",
120
+ description="Nhập câu hỏi của bạn về Toán, Lý, Hóa, Văn… và nhận giải đáp chi tiết ngay lập tức!",
121
  additional_inputs=[
122
  gr.Textbox("Bạn là một chatbot tiếng Việt thân thiện.", label="System message"),
123
  gr.Slider(1, 2048, value=200, step=1, label="Max new tokens"),