Skip to content

Commit

Permalink
change to FreeSimpleGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
yxlllc committed Apr 20, 2024
1 parent 2751bcd commit b7db944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PySimpleGUI as sg
import FreeSimpleGUI as sg
import sounddevice as sd
import torch, librosa, threading, pickle
from enhancer import Enhancer
Expand Down
2 changes: 1 addition & 1 deletion gui_diff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PySimpleGUI as sg
import FreeSimpleGUI as sg
import sounddevice as sd
import torch, librosa, threading, pickle
from enhancer import Enhancer
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ torchfcpe
tqdm
transformers
wave
pysimplegui
FreeSimpleGUI
sounddevice
gradio

0 comments on commit b7db944

Please sign in to comment.