Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
a3559f7
1
Parent(s):
2273e65
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,6 @@ def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title
|
|
32 |
logging.getLogger('numba').setLevel(logging.WARNING)
|
33 |
title = int(title)
|
34 |
title2 = int(title2)
|
35 |
-
title3 = formant_shift_ratio
|
36 |
project_name = "Unnamed"
|
37 |
model_path = ckpt_temp_file
|
38 |
config_path= config_temp_file
|
|
|
32 |
logging.getLogger('numba').setLevel(logging.WARNING)
|
33 |
title = int(title)
|
34 |
title2 = int(title2)
|
|
|
35 |
project_name = "Unnamed"
|
36 |
model_path = ckpt_temp_file
|
37 |
config_path= config_temp_file
|