yasserrmd commited on
Commit
848fb00
·
verified ·
1 Parent(s): 7cccfe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def apply_chat_template(messages):
33
  )
34
 
35
  @spaces.GPU
36
- def generate_response(history, user_input):
37
  """
38
  Generates a response from the model based on the chat history and user input.
39
  """
 
33
  )
34
 
35
  @spaces.GPU
36
+ def generate_response(chat_history, user_input):
37
  """
38
  Generates a response from the model based on the chat history and user input.
39
  """