Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
e1f5cf7
1
Parent(s):
da40836
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ import logging
|
|
26 |
from infer_tools.infer_tool import *
|
27 |
import io
|
28 |
import parselmouth
|
|
|
29 |
|
30 |
clip_completed = False
|
31 |
def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title2, title3, choice, noise_step, use_mel_as_base):
|
|
|
26 |
from infer_tools.infer_tool import *
|
27 |
import io
|
28 |
import parselmouth
|
29 |
+
from parselmouth.praat import call
|
30 |
|
31 |
clip_completed = False
|
32 |
def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title2, title3, choice, noise_step, use_mel_as_base):
|