mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-24 03:49:51 +01:00
Updated Makefile for paperspace integration. Updated UI theme for the fork. Confirmed that the --paperspace argument is working on my local machine as expected.
This commit is contained in:
2
Makefile
2
Makefile
@@ -34,4 +34,4 @@ base: ## Download base files
|
||||
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -d ./ -o hubert_base.pt
|
||||
|
||||
run: ## Run the python GUI
|
||||
python infer-web.py --colab --pycmd python
|
||||
python infer-web.py --paperspace --pycmd python
|
||||
@@ -1023,7 +1023,8 @@ def export_onnx(ModelPath, ExportedPath, MoeVS=True):
|
||||
return "Finished"
|
||||
|
||||
|
||||
with gr.Blocks() as app:
|
||||
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
||||
gr.HTML("<h1> The Mangio-RVC-Fork 💻 </h1>")
|
||||
gr.Markdown(
|
||||
value=i18n(
|
||||
"本软件以MIT协议开源, 作者不对软件具备任何控制力, 使用软件者、传播软件导出的声音者自负全责. <br>如不认可该条款, 则不能使用或引用软件包内任何代码和文件. 详见根目录<b>使用需遵守的协议-LICENSE.txt</b>."
|
||||
|
||||
Reference in New Issue
Block a user