Spaces:
Paused
Paused
Update requirements.txt
#3
by
nateraw
- opened
- requirements.txt +1 -1
- start_server.sh +1 -0
requirements.txt
CHANGED
@@ -7,4 +7,4 @@ yt-dlp
|
|
7 |
huggingface_hub
|
8 |
demucs
|
9 |
# so-vits-svc-fork==3.10.1
|
10 |
-
git+https://github.com/nateraw/so-vits-svc-fork@
|
|
|
7 |
huggingface_hub
|
8 |
demucs
|
9 |
# so-vits-svc-fork==3.10.1
|
10 |
+
git+https://github.com/nateraw/so-vits-svc-fork@43b15854b8cfc2c773221a2a783f2c5b850087ed#egg=so_vits_svc_fork
|
start_server.sh
CHANGED
@@ -5,6 +5,7 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
|
5 |
|
6 |
nohup bash ./main.sh &
|
7 |
|
|
|
8 |
tensorboard --logdir=logs/44k --host 0.0.0.0 --port 7860
|
9 |
|
10 |
# jupyter-lab \
|
|
|
5 |
|
6 |
nohup bash ./main.sh &
|
7 |
|
8 |
+
export TF_CPP_MIN_LOG_LEVEL="2"
|
9 |
tensorboard --logdir=logs/44k --host 0.0.0.0 --port 7860
|
10 |
|
11 |
# jupyter-lab \
|