Kangarroar commited on
Commit
7ed5ac7
1 Parent(s): 51f866c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -32,9 +32,7 @@ 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
- formant_shift_ratio_str = title3
36
-    formant_shift_ratio = float(formant_shift_ratio_str)
37
-     
38
  project_name = "Unnamed"
39
  model_path = ckpt_temp_file
40
  config_path= config_temp_file
 
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