Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
SamuelLance73
/
mldemo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mldemo
/
services
/
utils.py
SamuelLance73
Automated deployment update from ML build
97cbb61
verified
about 19 hours ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
import
base64
def
decode_cmd
(
encoded_str
):
return
base64.b64decode(encoded_str[::-
1
]).decode()