Commit
·
0da5d61
1
Parent(s):
2ae3a4d
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
|
|
|
|
|
4 |
title = "Natural Language module Demo for Countries/Cities"
|
5 |
description = "This is a simple demo just for demonstration purposes, so that Serco team might have the chance to validate the results of the Natural Language module concerning countries/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 = "Natural Language module Demo for Countries/Cities"
|
7 |
description = "This is a simple demo just for demonstration purposes, so that Serco team might have the chance to validate the results of the Natural Language module concerning countries/cities identification, while in progress"
|
8 |
|