Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HumeAI
/
expressive-tts-arena
like
59
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
3 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
from
.tts_service
import
TTSService
from
.voting_service
import
VotingService
__all__ = [
"TTSService"
,
"VotingService"
]