Commit
·
0c11d9f
1
Parent(s):
581a861
Update app.py
Browse files
app.py
CHANGED
@@ -8,11 +8,11 @@ description = "This is a simple demo just for demonstration purposes for the Ser
|
|
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 Ishkashim, Tajikistan, in 01/01/23 with magnitude greater than 6.2"],
|
14 |
["I want an earthquake that is located in Burkina Faso in 01/01/23 with magnitude greater than 6.2."],
|
15 |
-
["I want an earthquake that is located in Dibba Al-Fujairah
|
16 |
]
|
17 |
|
18 |
gr.Interface(
|
|
|
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 Buenos Aires, Argentina in 01/01/23 with magnitude greater than 6.2"],
|
12 |
+
["I want an earthquake that is located in United Arab Emirates in 01/01/23 with magnitude greater than 6.2"],
|
13 |
["I want an earthquake that is located in Ishkashim, Tajikistan, in 01/01/23 with magnitude greater than 6.2"],
|
14 |
["I want an earthquake that is located in Burkina Faso in 01/01/23 with magnitude greater than 6.2."],
|
15 |
+
["I want an earthquake that is located in Dibba Al-Fujairah, United Arab Emirates in 01/01/23 with magnitude greater than 6.2"],
|
16 |
]
|
17 |
|
18 |
gr.Interface(
|