-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "D:\diff-svc\DIFFSVCGUI.py", line 255, in
self.start_rendering = ttk.Button(self.TNotebook1_t3, command=lambda: render(self, file_path, svc_model))
File "D:\diff-svc\DIFFSVCGUI.py", line 65, in render
formant_shift_ratio = float(formant_shift_ratio_str)
ValueError: could not convert string to float: ''
whlie rendering this error message show up in the last,the converted audio still show up though.The audio sounds legit ,not sure whether this error affect the result.
Metadata
Metadata
Assignees
Labels
No labels