Commit
·
25136c9
1
Parent(s):
7ae6144
bumpy python version to 3 digit version (huggingface bug?)
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 2.9.0
|
| 8 |
-
python_version: 3.10
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
---
|
|
@@ -61,10 +61,6 @@ before executing any of the following commands. Alternatively, replace any call
|
|
| 61 |
like `python file.py` with `poetry run python file.py` (but we suggest the shell
|
| 62 |
option, since it is much more convenient).
|
| 63 |
|
| 64 |
-
### Training
|
| 65 |
-
|
| 66 |
-
N/A for now. The current version of the system does not require any
|
| 67 |
-
|
| 68 |
### Using the QA system
|
| 69 |
|
| 70 |
⚠️ **Important** ⚠️ _If you want to run an ElasticSearch query, make sure the
|
|
|
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 2.9.0
|
| 8 |
+
python_version: 3.10.4
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
---
|
|
|
|
| 61 |
like `python file.py` with `poetry run python file.py` (but we suggest the shell
|
| 62 |
option, since it is much more convenient).
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
### Using the QA system
|
| 65 |
|
| 66 |
⚠️ **Important** ⚠️ _If you want to run an ElasticSearch query, make sure the
|