kavlab
commited on
Commit
·
2d5bd1e
1
Parent(s):
242ae95
fixed API, added image
Browse files
kuznetsov_av/api.py
CHANGED
@@ -28,7 +28,7 @@ async def root() -> str:
|
|
28 |
return '{"message": "Converter method: /text-to-speech/convert/"}'
|
29 |
|
30 |
@app.post('/text-to-speech/convert/')
|
31 |
-
async def
|
32 |
"""
|
33 |
Text-to-audio generation method using text_to_speech_converter.
|
34 |
"""
|
|
|
28 |
return '{"message": "Converter method: /text-to-speech/convert/"}'
|
29 |
|
30 |
@app.post('/text-to-speech/convert/')
|
31 |
+
async def text_to_speech(entity: Request) -> Response:
|
32 |
"""
|
33 |
Text-to-audio generation method using text_to_speech_converter.
|
34 |
"""
|
kuznetsov_av/text_to_speach_image_api.png
ADDED
![]() |