Commit
·
dae7a0c
1
Parent(s):
f220c47
Update app.py
Browse files
app.py
CHANGED
@@ -7,16 +7,13 @@ title = "Countries/Cities Identification Demo"
|
|
7 |
description = "This is a simple demo just for demonstration purposes for the Serco team, to validate the first results of the Natural Language module concerning the identification of countries and cities"
|
8 |
|
9 |
examples = [
|
10 |
-
["I want an earthquake that is located in
|
11 |
-
["I want an earthquake that is located in United Arab Emirates
|
12 |
-
["I want an earthquake that is located in
|
13 |
-
["I want an earthquake that is located in Buenos Aires, in 01/01/23 with magnitude greater than 6.2"],
|
14 |
-
["I want an earthquake that is located in Rome, Italy in 01/01/23 with magnitude greater than 6.2"],
|
15 |
["I want an earthquake that is located in Port Moresby, Papua New Guinea in 01/01/23 with magnitude greater than 6.2"],
|
16 |
-
["I want an earthquake that is located in Tajikistan, in 01/01/23 with magnitude greater than 6.2"],
|
17 |
-
["I want an earthquake that is located in
|
18 |
-
["I want an earthquake that is located in
|
19 |
-
["I want an earthquake that is located in Dibba Al-Fujairah in 01/01/23 with magnitude greater than 6.2"]
|
20 |
]
|
21 |
|
22 |
gr.Interface(
|
|
|
7 |
description = "This is a simple demo just for demonstration purposes for the Serco team, to validate the first results of the Natural Language module concerning the identification of countries and cities"
|
8 |
|
9 |
examples = [
|
10 |
+
["I want an earthquake that is located in Rome, Italy in 01/01/23 with magnitude greater than 6.2"]
|
11 |
+
["I want an earthquake that is located in United Arab Emirates in 01/01/23 with magnitude greater than 6.2"],
|
12 |
+
["I want an earthquake that is located in Buenos Aires, Argentina in 01/01/23 with magnitude greater than 6.2"],
|
|
|
|
|
13 |
["I want an earthquake that is located in Port Moresby, Papua New Guinea in 01/01/23 with magnitude greater than 6.2"],
|
14 |
+
["I want an earthquake that is located in Ishkashim, Tajikistan, in 01/01/23 with magnitude greater than 6.2"],
|
15 |
+
["I want an earthquake that is located in Burkina Faso in 01/01/23 with magnitude greater than 6.2."],
|
16 |
+
["I want an earthquake that is located in Dibba Al-Fujairah, United Arab Emirates in 01/01/23 with magnitude greater than 6.2"]
|
|
|
17 |
]
|
18 |
|
19 |
gr.Interface(
|