mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-24 03:49:51 +01:00
remove non-fork items
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
runtime\python.exe -m pip install stftpitchshift --upgrade
|
||||
runtime\python.exe -m pip install gradio==3.34.0 --upgrade
|
||||
|
||||
|
||||
IF EXIST ".\rmvpe.pt" (echo RMVPE is already installed) ELSE (bitsadmin /transfer "rvmpedwnld" /download /priority FOREGROUND "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt" "%~dp0rmvpe.pt")
|
||||
pause
|
||||
@@ -1,16 +0,0 @@
|
||||
import threading
|
||||
import time
|
||||
from tensorboard import program
|
||||
import webbrowser
|
||||
|
||||
log_path = "logs"
|
||||
|
||||
if __name__ == "__main__":
|
||||
tb = program.TensorBoard()
|
||||
tb.configure(argv=[None, '--logdir', log_path])
|
||||
url = tb.launch()
|
||||
webbrowser.open_new(url)
|
||||
print(f'Tensorboard can be accessed at: {url}')
|
||||
|
||||
while True:
|
||||
time.sleep(600) # Keep the main thread running
|
||||
Reference in New Issue
Block a user