Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
AutoGPT
like
247
Runtime error
App
Files
Files
Community
6
main
AutoGPT
/
autogpt
/
speech
/
__init__.py
Ali Abid
first commit
0534c31
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
146 Bytes
"""This module contains the speech recognition and speech synthesis functions."""
from
autogpt.speech.say
import
say_text
__all__ = [
"say_text"
]