pp542-0965
commited on
Commit
·
4ebb27c
1
Parent(s):
d710aa1
Add note change
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ def response(user_schemas, user_question):
|
|
100 |
|
101 |
|
102 |
desc="""
|
103 |
-
**NOTE: This HF Space is running on Free Version so the generation process
|
|
|
104 |
Please use the "Table Schemas" field to provide the required schemas to to generate the SQL Query for - separated by new lines.<br>
|
105 |
**Example:**
|
106 |
```python
|
|
|
100 |
|
101 |
|
102 |
desc="""
|
103 |
+
**NOTE: This HF Space is running on Free Version so the generation process will be very slow.**<br>
|
104 |
+
|
105 |
Please use the "Table Schemas" field to provide the required schemas to to generate the SQL Query for - separated by new lines.<br>
|
106 |
**Example:**
|
107 |
```python
|