thanglekdi commited on
Commit
afa334f
·
1 Parent(s): 021acab
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -24,9 +24,7 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
24
  )
25
  response = response.output_text
26
 
27
- # history.append((message, reply))
28
-
29
- yield response
30
 
31
  demo = gr.ChatInterface(
32
  respond, #câu phản hồi
 
24
  )
25
  response = response.output_text
26
 
27
+ # yield response
 
 
28
 
29
  demo = gr.ChatInterface(
30
  respond, #câu phản hồi