Spaces:
Runtime error
Runtime error
Commit
·
0161bf7
1
Parent(s):
9c1bca9
Update app.py
Browse files
app.py
CHANGED
@@ -212,8 +212,8 @@ with gr.Blocks(css = """#col_container {width: 1400px; margin-left: auto; margin
|
|
212 |
return loadPath
|
213 |
|
214 |
def group_by_entity(raw):
|
215 |
-
|
216 |
-
|
217 |
|
218 |
inputs.submit(predict, [inputs, top_p, temperature,chat_counter, chatbot, state], [chatbot, state, chat_counter])
|
219 |
b1.click(predict, [inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter])
|
|
|
212 |
return loadPath
|
213 |
|
214 |
def group_by_entity(raw):
|
215 |
+
outputFile = get_base(get_today_filename())
|
216 |
+
out = defaultdict(int)
|
217 |
|
218 |
inputs.submit(predict, [inputs, top_p, temperature,chat_counter, chatbot, state], [chatbot, state, chat_counter])
|
219 |
b1.click(predict, [inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter])
|