Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,8 @@ NEW INFERENCE:
|
|
71 |
chosen_script = theme_dict.get(script_type, "")
|
72 |
|
73 |
gr.Info("Generating audio from prompt")
|
|
|
|
|
74 |
tts.tts_to_file(text=chosen_script,
|
75 |
file_path="output.wav",
|
76 |
voice_dir="bark_voices/",
|
|
|
71 |
chosen_script = theme_dict.get(script_type, "")
|
72 |
|
73 |
gr.Info("Generating audio from prompt")
|
74 |
+
print(theme_dict)
|
75 |
+
print(chosen_script)
|
76 |
tts.tts_to_file(text=chosen_script,
|
77 |
file_path="output.wav",
|
78 |
voice_dir="bark_voices/",
|