Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,8 @@ def generate_audio(prompt: str, voice: str, emotion: str, seed: int) -> bytes:
|
|
90 |
|
91 |
|
92 |
def text_to_speech_app(prompt: str, voice: str, emotion: str, use_random_seed: bool, specific_seed: int):
|
93 |
-
|
|
|
94 |
if not prompt:
|
95 |
raise gr.Error("Prompt cannot be empty.")
|
96 |
if not emotion:
|
|
|
90 |
|
91 |
|
92 |
def text_to_speech_app(prompt: str, voice: str, emotion: str, use_random_seed: bool, specific_seed: int):
|
93 |
+
|
94 |
+
print("\n\n\n"+prompt+"\n\n\n")
|
95 |
if not prompt:
|
96 |
raise gr.Error("Prompt cannot be empty.")
|
97 |
if not emotion:
|