ValadisCERTH commited on
Commit
73e6a6e
·
1 Parent(s): 777f12c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,13 +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 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(
 
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(