Update app.py
Browse files
app.py
CHANGED
@@ -942,7 +942,7 @@ with gr.Blocks(theme=applio, title="RVC UI") as app:
|
|
942 |
model_rename = gr.Textbox(placeholder="My-Model", label="Name your model:",value="")
|
943 |
with gr.Column():
|
944 |
download_button = gr.Button("Download")
|
945 |
-
download_button.click(fn=download_from_url,inputs=[url,model_rename],outputs=[url,
|
946 |
with gr.TabItem("Train"):
|
947 |
gr.Markdown("### Step 1. Fill in the experimental configuration.\nExperimental data is stored in the 'logs' folder, with each experiment having a separate folder. Manually enter the experiment name path, which contains the experimental configuration, logs, and trained model files.")
|
948 |
exp_dir1 = gr.Textbox(label="Enter the experiment name", value="my voice")
|
|
|
942 |
model_rename = gr.Textbox(placeholder="My-Model", label="Name your model:",value="")
|
943 |
with gr.Column():
|
944 |
download_button = gr.Button("Download")
|
945 |
+
download_button.click(fn=download_from_url,inputs=[url,model_rename],outputs=[url,file_index3])
|
946 |
with gr.TabItem("Train"):
|
947 |
gr.Markdown("### Step 1. Fill in the experimental configuration.\nExperimental data is stored in the 'logs' folder, with each experiment having a separate folder. Manually enter the experiment name path, which contains the experimental configuration, logs, and trained model files.")
|
948 |
exp_dir1 = gr.Textbox(label="Enter the experiment name", value="my voice")
|