Tonic commited on
Commit
414cd00
1 Parent(s): 85a4846

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +1 -0
maker.py CHANGED
@@ -74,6 +74,7 @@ def predict_beta(message, chatbot=[], system_prompt=system_prompt, max_new_token
74
 
75
  if result is not None and len(result) > 0:
76
  bot_message = result[0]
 
77
  return bot_message
78
  else:
79
  raise gr.Error("No response received from the model.")
 
74
 
75
  if result is not None and len(result) > 0:
76
  bot_message = result[0]
77
+ print(bot_message)
78
  return bot_message
79
  else:
80
  raise gr.Error("No response received from the model.")