Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,8 +24,7 @@ def response(user_question, table_data):
|
|
| 24 |
ans = tokenizer.batch_decode(outputs, skip_special_tokens=True)
|
| 25 |
|
| 26 |
query_result = {
|
| 27 |
-
"
|
| 28 |
-
"answer": ans[0]
|
| 29 |
}
|
| 30 |
|
| 31 |
b = datetime.datetime.now()
|
|
|
|
| 24 |
ans = tokenizer.batch_decode(outputs, skip_special_tokens=True)
|
| 25 |
|
| 26 |
query_result = {
|
| 27 |
+
"Resposta": ans[0]
|
|
|
|
| 28 |
}
|
| 29 |
|
| 30 |
b = datetime.datetime.now()
|