Spaces:
Build error
Build error
Commit ·
4ae82fa
1
Parent(s): d2baa14
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import gradio as gr
|
|
| 3 |
|
| 4 |
from helper import identify_locations
|
| 5 |
|
| 6 |
-
title = "Countries/Cities Demo"
|
| 7 |
-
description = "This is a simple demo just for demonstration purposes for Serco team, to validate the results of the Natural Language module concerning
|
| 8 |
|
| 9 |
examples = [
|
| 10 |
["I want an earthquake that is located in Italy, in 01/01/23 with magnitude greater than 6.2"],
|
|
|
|
| 3 |
|
| 4 |
from helper import identify_locations
|
| 5 |
|
| 6 |
+
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"],
|