Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(theme="Hev832/Applio", fill_width=True, css=CSS) as demo:
|
|
103 |
gr.Markdown(f"# recommended using colab version with more feature!<br> [](https://colab.research.google.com/drive/1bM1LB2__WNFxX8pyZmUPQZYq7dg58YWG?usp=sharing) ")
|
104 |
with gr.Tab("Inferenece"):
|
105 |
gr.Markdown("in progress")
|
106 |
-
model_name = gr.Dropdown(
|
107 |
ref_btn = gr.Button('Refresh Models', variant='primary')
|
108 |
input_audio = gr.Audio(label="Input Audio", type="filepath")
|
109 |
with gr.Accordion("Settings", open=False):
|
|
|
103 |
gr.Markdown(f"# recommended using colab version with more feature!<br> [](https://colab.research.google.com/drive/1bM1LB2__WNFxX8pyZmUPQZYq7dg58YWG?usp=sharing) ")
|
104 |
with gr.Tab("Inferenece"):
|
105 |
gr.Markdown("in progress")
|
106 |
+
model_name = gr.Dropdown(model_name, label='Voice Models', info='Models folder "rvc_infer --> models". After new models are added into this folder, click the refresh button')
|
107 |
ref_btn = gr.Button('Refresh Models', variant='primary')
|
108 |
input_audio = gr.Audio(label="Input Audio", type="filepath")
|
109 |
with gr.Accordion("Settings", open=False):
|