Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pycui/RealChar
MasterDee
/
RealChar
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RealChar
/
realtime_ai_character
/
audio
/
text_to_speech
/
base.py
pycui
Add RealChar deployment for HuggingFace (V0)
babeaf6
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
from
abc
import
ABC, abstractmethod
class
TextToSpeech
(
ABC
):
@abstractmethod
async
def
stream
(
self, *args, **kwargs
):
pass