Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,8 @@ if menu == "Demo":
|
|
40 |
In this Space, we will see how to transform an example
|
41 |
NLU dataset (e.g. utterances and intent / slot annotations) into [SQuAD 2.0 format](https://rajpurkar.github.io/SQuAD-explorer/explore/v2.0/dev/)
|
42 |
question-answering data that can be used by QANLU.
|
|
|
|
|
43 |
|
44 |
Feel free to query the pre-trained QA-NLU model using the buttons below.
|
45 |
|
|
|
40 |
In this Space, we will see how to transform an example
|
41 |
NLU dataset (e.g. utterances and intent / slot annotations) into [SQuAD 2.0 format](https://rajpurkar.github.io/SQuAD-explorer/explore/v2.0/dev/)
|
42 |
question-answering data that can be used by QANLU.
|
43 |
+
|
44 |
+
### Demo
|
45 |
|
46 |
Feel free to query the pre-trained QA-NLU model using the buttons below.
|
47 |
|