Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -484,6 +484,8 @@ class TextToSQLSystem:
|
|
| 484 |
|
| 485 |
# in class TextToSQLSystem:
|
| 486 |
|
|
|
|
|
|
|
| 487 |
def _validate_and_fix_sql(self, question: str, raw_response: str) -> Tuple[Optional[str], str]:
|
| 488 |
"""
|
| 489 |
(V23 / 统一实体识别版)
|
|
|
|
| 484 |
|
| 485 |
# in class TextToSQLSystem:
|
| 486 |
|
| 487 |
+
# in class TextToSQLSystem:
|
| 488 |
+
|
| 489 |
def _validate_and_fix_sql(self, question: str, raw_response: str) -> Tuple[Optional[str], str]:
|
| 490 |
"""
|
| 491 |
(V23 / 统一实体识别版)
|