Tonic commited on
Commit
c4c45b9
1 Parent(s): a9c1883

Update app_template.py

Browse files
Files changed (1) hide show
  1. app_template.py +1 -1
app_template.py CHANGED
@@ -19,7 +19,7 @@ def predict_beta(message, chatbot=[], system_prompt=""):
19
  # Making the prediction
20
  result = client.predict(
21
  message,
22
- system_prompt
23
  max_new_tokens,
24
  temperature,
25
  top_p,
 
19
  # Making the prediction
20
  result = client.predict(
21
  message,
22
+ system_prompt,
23
  max_new_tokens,
24
  temperature,
25
  top_p,