Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blazingbunny
/
google-entity-analysis
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
blazingbunny
commited on
Oct 12, 2023
Commit
b2debf3
·
1 Parent(s):
564ce0c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import json
2
from google.oauth2 import service_account
3
from google.cloud import language_v1
4
1
import json
2
+
import streamlit as st
3
from google.oauth2 import service_account
4
from google.cloud import language_v1
5