Spaces:
Running
Running
Commit
·
6bd7a63
1
Parent(s):
2b2be0b
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,6 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
|
|
74 |
}
|
75 |
|
76 |
chat_counter+=1
|
77 |
-
|
78 |
history.append(inputs)
|
79 |
token_counter = 0
|
80 |
partial_words = ""
|
|
|
74 |
}
|
75 |
|
76 |
chat_counter+=1
|
|
|
77 |
history.append(inputs)
|
78 |
token_counter = 0
|
79 |
partial_words = ""
|