Spaces:
Runtime error
Runtime error
fixed license path
Browse files- app.py +1 -1
- tool_info.py +1 -1
app.py
CHANGED
@@ -8,7 +8,7 @@ from interfaces.interface_datos import interface as interface_datos
|
|
8 |
AVAILABLE_LOGS = True # [True | False]
|
9 |
LANGUAGE = "spanish" # [spanish]
|
10 |
VOCABULARY_SUBSET = "full" # [full]
|
11 |
-
# ToDo
|
12 |
CONTEXTS_DATASET = "nanom/splittedspanish3bwc"
|
13 |
|
14 |
# --- Init classes ---
|
|
|
8 |
AVAILABLE_LOGS = True # [True | False]
|
9 |
LANGUAGE = "spanish" # [spanish]
|
10 |
VOCABULARY_SUBSET = "full" # [full]
|
11 |
+
# ToDo: Change the owner of the context dataset from nanom to vialibre
|
12 |
CONTEXTS_DATASET = "nanom/splittedspanish3bwc"
|
13 |
|
14 |
# --- Init classes ---
|
tool_info.py
CHANGED
@@ -4,7 +4,7 @@ TOOL_INFO = """
|
|
4 |
* [Read Full Paper](https://arxiv.org/abs/2207.06591)
|
5 |
|
6 |
> ### Licensing Information
|
7 |
-
* [MIT Licence](https://huggingface.co/spaces/vialibre/
|
8 |
|
9 |
> ### Citation Information
|
10 |
```c
|
|
|
4 |
* [Read Full Paper](https://arxiv.org/abs/2207.06591)
|
5 |
|
6 |
> ### Licensing Information
|
7 |
+
* [MIT Licence](https://huggingface.co/spaces/vialibre/edia_datos_es/resolve/main/LICENSE)
|
8 |
|
9 |
> ### Citation Information
|
10 |
```c
|