Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
flagtech
/
gemini_tokenizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
flagtech
commited on
Jan 26
Commit
2ba5d08
·
verified
·
1 Parent(s):
a4be345
fixed import
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
from vertexai.preview import tokenization
2
3
color_map = {
4
'0': '#ccbfee',
1
from vertexai.preview import tokenization
2
+
import gradio as gr
3
4
color_map = {
5
'0': '#ccbfee',