mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-05-13 00:08:59 +08:00
Update Gradio Reqs (#2311)
* Update Librosa version * Update Gradio Quiet Settings
This commit is contained in:
parent
6a1ece8992
commit
9202c74761
@ -1277,5 +1277,5 @@ if __name__ == "__main__":
|
||||
inbrowser=True,
|
||||
share=is_share,
|
||||
server_port=infer_ttswebui,
|
||||
quiet=True,
|
||||
# quiet=True,
|
||||
)
|
||||
|
@ -542,5 +542,5 @@ if __name__ == "__main__":
|
||||
inbrowser=True,
|
||||
share=is_share,
|
||||
server_port=infer_ttswebui,
|
||||
quiet=True,
|
||||
# quiet=True,
|
||||
)
|
||||
|
@ -4,7 +4,7 @@ tensorboard
|
||||
librosa==0.10.2
|
||||
numba
|
||||
pytorch-lightning>=2.4
|
||||
gradio>=4.0,<=4.24.0
|
||||
gradio<5
|
||||
ffmpeg-python
|
||||
onnxruntime; sys_platform == 'darwin'
|
||||
onnxruntime-gpu; sys_platform != 'darwin'
|
||||
@ -34,7 +34,7 @@ ko_pron
|
||||
opencc; sys_platform != 'linux'
|
||||
opencc==1.1.1; sys_platform == 'linux'
|
||||
python_mecab_ko; sys_platform != 'win32'
|
||||
fastapi<0.112.2
|
||||
fastapi[standard]>=0.115.2
|
||||
x_transformers
|
||||
torchmetrics<=1.5
|
||||
pydantic<=2.10.6
|
||||
|
@ -409,7 +409,7 @@ if __name__ == "__main__":
|
||||
demo.launch(
|
||||
server_name="0.0.0.0",
|
||||
inbrowser=True,
|
||||
quiet=True,
|
||||
# quiet=True,
|
||||
share=eval(args.is_share),
|
||||
server_port=int(args.webui_port_subfix),
|
||||
)
|
||||
|
@ -224,5 +224,5 @@ app.queue().launch( # concurrency_count=511, max_size=1022
|
||||
inbrowser=True,
|
||||
share=is_share,
|
||||
server_port=webui_port_uvr5,
|
||||
quiet=True,
|
||||
# quiet=True,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user