ThomasSimonini HF staff commited on
Commit
8a28d56
1 Parent(s): 0a517fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def chat(message, npc_name, initial_prompt, top_p, temperature, max_new_tokens,
75
  # Get the output
76
  output = query(json_req)
77
  output = output[0]['generated_text']
78
- print("output")
79
 
80
  answer = clean_chat_output(output, prompt, interlocutor_names)
81
  response = answer
 
75
  # Get the output
76
  output = query(json_req)
77
  output = output[0]['generated_text']
78
+ print("output", output)
79
 
80
  answer = clean_chat_output(output, prompt, interlocutor_names)
81
  response = answer