Spaces:
Running
Running
aal-hawa commited on
Commit ·
b6daf2c
1
Parent(s): eef4d32
add
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -117,4 +117,4 @@ with gr.Blocks(title="CosyVoice3 TTS") as demo:
|
|
| 117 |
generate_btn.click(tts_speak, [tts_text, prompt_audio], [tts_audio, tts_status])
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
| 120 |
-
demo.launch(server_name="0.0.0.0")
|
|
|
|
| 117 |
generate_btn.click(tts_speak, [tts_text, prompt_audio], [tts_audio, tts_status])
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
| 120 |
+
demo.launch(server_name="0.0.0.0")
|
requirements.txt
CHANGED
|
@@ -9,3 +9,4 @@ hyperpyyaml
|
|
| 9 |
modelscope
|
| 10 |
onnxruntime
|
| 11 |
soundfile
|
|
|
|
|
|
| 9 |
modelscope
|
| 10 |
onnxruntime
|
| 11 |
soundfile
|
| 12 |
+
openai-whisper
|