Kangarroar commited on
Commit
60d8a77
1 Parent(s): 6a6891d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ import logging
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):
 
26
  from infer_tools.infer_tool import *
27
  import io
28
  import parselmouth
29
+ from parselmouth 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):