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:
hanstyle
/
tts
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tts
/
test_version.py
cuixiaohan
feat: 调整
44a7cb5
almost 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
131 Bytes
import
paddlespeech
def
test_version
():
return
paddlespeech.__version__
if
__name__ ==
'__main__'
:
print
(test_version())