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