Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DroolingPanda
/
teachingAssistant
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c72d839
teachingAssistant
/
utils
/
tts_dummy.py
Michael Hu
divide and conquer, don't do tts for now
a602e5e
3 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
142 Bytes
def
generate_speech
(
text:
str
, language:
str
=
"zh"
) ->
str
:
"""Public interface for TTS generation"""
return
"temp/outputs/dummy.wav"