IHATEALEGB commited on
Commit
c236620
·
verified ·
1 Parent(s): 47a10f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -41,7 +41,6 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot, history, request:
41
  "Headers": f"{headers_dict}"
42
  }
43
 
44
- # print(f"chat_counter - {chat_counter}")
45
  if chat_counter != 0 :
46
  messages = []
47
  for i, data in enumerate(history):
 
41
  "Headers": f"{headers_dict}"
42
  }
43
 
 
44
  if chat_counter != 0 :
45
  messages = []
46
  for i, data in enumerate(history):