Staticaliza commited on
Commit
8465750
1 Parent(s): 25f48f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -72,8 +72,7 @@ def predict(instruction, history, input, preoutput, access_key, model, temperatu
72
  result = result.replace(symbol, '')
73
 
74
  history = history + [[input, result]]
75
- print(history)
76
- print(formatted_input_base + result)
77
  print(f"---\nUSER: {input}\nBOT: {result}\n---")
78
 
79
  return (result, input, history)
 
72
  result = result.replace(symbol, '')
73
 
74
  history = history + [[input, result]]
75
+
 
76
  print(f"---\nUSER: {input}\nBOT: {result}\n---")
77
 
78
  return (result, input, history)