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:
HumeAI
/
expressive-tts-arena
like
67
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
b3660ff
expressive-tts-arena
/
src
/
core
/
__init__.py
Zachary Greathouse
Zg/codebase refactor (#20)
5ed9749
unverified
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
121 Bytes
from
.tts_service
import
TTSService
from
.voting_service
import
VotingService
__all__ = [
"TTSService"
,
"VotingService"
]