Spaces:
Build error
Build error
Commit
·
6258650
1
Parent(s):
9fef07d
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ def sample_analyze_entities(text_content):
|
|
21 |
|
22 |
# Your provided function
|
23 |
|
24 |
-
client = language_v1.LanguageServiceClient()
|
25 |
|
26 |
type_ = language_v1.Document.Type.PLAIN_TEXT
|
27 |
language = "en"
|
|
|
21 |
|
22 |
# Your provided function
|
23 |
|
|
|
24 |
|
25 |
type_ = language_v1.Document.Type.PLAIN_TEXT
|
26 |
language = "en"
|