Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(title="RVC模型上传") as demo:
|
|
72 |
file = gr.File(label="选择要上传的模型ZIP文件", file_types=[".zip"])
|
73 |
|
74 |
upload_button = gr.Button("上传模型", variant="primary")
|
75 |
-
result = gr.Textbox(label="
|
76 |
|
77 |
# 定义上传函数(适用于Gradio)
|
78 |
def gradio_upload(file):
|
|
|
72 |
file = gr.File(label="选择要上传的模型ZIP文件", file_types=[".zip"])
|
73 |
|
74 |
upload_button = gr.Button("上传模型", variant="primary")
|
75 |
+
result = gr.Textbox(label="模型下载链接", interactive=False, lines=4)
|
76 |
|
77 |
# 定义上传函数(适用于Gradio)
|
78 |
def gradio_upload(file):
|