ValadisCERTH commited on
Commit
d2baa14
·
1 Parent(s): 400d641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  from transformers import pipeline
2
  import gradio as gr
3
 
 
 
4
  title = "Countries/Cities Demo"
5
  description = "This is a simple demo just for demonstration purposes for Serco team, to validate the results of the Natural Language module concerning countries and cities identification, while in progress"
6
 
 
1
  from transformers import pipeline
2
  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 countries and cities identification, while in progress"
8