sanot commited on
Commit
4a7a5a6
·
verified ·
1 Parent(s): b63471a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,9 +42,9 @@ def respond(
42
  token = client(
43
  messages, max_new_tokens= max_tokens
44
  )
45
- print(token)
46
- response += token
47
- yield response
48
 
49
  """
50
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
42
  token = client(
43
  messages, max_new_tokens= max_tokens
44
  )
45
+ print(token)
46
+ response += token
47
+ yield response
48
 
49
  """
50
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface