replace PySimpleGUI to FreeSimpleGUI (#1978)

This commit is contained in:
deffcolony 2024-04-19 16:58:07 +02:00 committed by GitHub
parent d337be9692
commit f7e440fc1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -50,6 +50,6 @@ fastapi
ffmpy==0.3.1
python-dotenv>=1.0.0
av
PySimpleGUI
FreeSimpleGUI
sounddevice
torchfcpe

View File

@ -22,7 +22,7 @@ SoundFile
tensorboard
tqdm
wave
PySimpleGUI
FreeSimpleGUI
sounddevice
gradio
noisereduce

View File

@ -22,7 +22,7 @@ SoundFile
tensorboard
tqdm
wave
PySimpleGUI
FreeSimpleGUI
sounddevice
gradio
noisereduce