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

View File

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

View File

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

View File

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

View File

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

View File

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