Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ResembleAI/Chatterbox
TechAudio
/
Chatterbox
like
2
Running
on
T4
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Chatterbox
/
main.py
j
update to upstream chatterbox implementation, fixes token filtering/clamping
f98c92f
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
def
main
():
print
(
"Hello from ta-chatterbox!"
)
if
__name__ ==
"__main__"
:
main()