mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-30 22:52:11 +08:00
Add files via upload
This commit is contained in:
parent
f61471166c
commit
19ff34260b
@ -12,6 +12,8 @@ bert_path = os.environ.get(
|
|||||||
)
|
)
|
||||||
infer_ttswebui = os.environ.get("infer_ttswebui", 9872)
|
infer_ttswebui = os.environ.get("infer_ttswebui", 9872)
|
||||||
infer_ttswebui = int(infer_ttswebui)
|
infer_ttswebui = int(infer_ttswebui)
|
||||||
|
is_share = os.environ.get("is_share", "False")
|
||||||
|
is_share=eval(is_share)
|
||||||
if "_CUDA_VISIBLE_DEVICES" in os.environ:
|
if "_CUDA_VISIBLE_DEVICES" in os.environ:
|
||||||
os.environ["CUDA_VISIBLE_DEVICES"] = os.environ["_CUDA_VISIBLE_DEVICES"]
|
os.environ["CUDA_VISIBLE_DEVICES"] = os.environ["_CUDA_VISIBLE_DEVICES"]
|
||||||
is_half = eval(os.environ.get("is_half", "True"))
|
is_half = eval(os.environ.get("is_half", "True"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user