Spaces:
Running
Running
Update app.py
Browse files
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):
|