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
/
openai_tokenizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
meebox
commited on
Aug 12, 2024
Commit
319e0c1
·
1 Parent(s):
71a1d73
share to public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ web_tokenizer = gr.Interface(
25
]
26
)
27
28
-
web_tokenizer.launch()
25
]
26
)
27
28
+
web_tokenizer.launch(
share=True
)