ValadisCERTH commited on
Commit
dae7a0c
·
1 Parent(s): f220c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -9
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 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 Rome, in 01/01/23 with magnitude greater than 6.2"],
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 Ishkashim, in 01/01/23 with magnitude greater than 6.2"],
18
- ["I want an earthquake that is located in Ishkashim, Tajikistan in 01/01/23 with magnitude greater than 6.2"],
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(