mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-06 20:01:37 +08:00
replace PySimpleGUI to FreeSimpleGUI (#1978)
This commit is contained in:
parent
d337be9692
commit
f7e440fc1d
@ -40,6 +40,6 @@ audio-slicer
|
||||
https://github.com/openvpi/audio-slicer/blob/main/LICENSE
|
||||
MIT License
|
||||
|
||||
PySimpleGUI
|
||||
https://github.com/PySimpleGUI/PySimpleGUI/blob/master/license.txt
|
||||
FreeSimpleGUI
|
||||
https://github.com/spyoungtech/FreeSimpleGUI/blob/master/license.txt
|
||||
LPGLv3 License
|
||||
|
@ -165,7 +165,7 @@ dependencies:
|
||||
- opencv-python==4.7.0.72
|
||||
- pooch==1.6.0
|
||||
- portalocker==2.7.0
|
||||
- pysimplegui==4.60.5
|
||||
- FreeSimpleGUI
|
||||
- pywin32==306
|
||||
- pyworld==0.3.3
|
||||
- regex==2023.5.5
|
||||
|
@ -84,7 +84,7 @@ if __name__ == "__main__":
|
||||
import librosa
|
||||
from tools.torchgate import TorchGate
|
||||
import numpy as np
|
||||
import PySimpleGUI as sg
|
||||
import FreeSimpleGUI as sg
|
||||
import sounddevice as sd
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
|
@ -50,6 +50,6 @@ fastapi
|
||||
ffmpy==0.3.1
|
||||
python-dotenv>=1.0.0
|
||||
av
|
||||
PySimpleGUI
|
||||
FreeSimpleGUI
|
||||
sounddevice
|
||||
torchfcpe
|
||||
|
@ -22,7 +22,7 @@ SoundFile
|
||||
tensorboard
|
||||
tqdm
|
||||
wave
|
||||
PySimpleGUI
|
||||
FreeSimpleGUI
|
||||
sounddevice
|
||||
gradio
|
||||
noisereduce
|
||||
|
@ -22,7 +22,7 @@ SoundFile
|
||||
tensorboard
|
||||
tqdm
|
||||
wave
|
||||
PySimpleGUI
|
||||
FreeSimpleGUI
|
||||
sounddevice
|
||||
gradio
|
||||
noisereduce
|
||||
|
Loading…
x
Reference in New Issue
Block a user