Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(theme="Hev832/Applio", fill_width=True, css=CSS) as demo:
|
|
80 |
rmvpe_model_path = gr.Textbox(label="rmvpe_model_path #", lines=1, value="rmvpe.pt", visible=False)
|
81 |
fcpe_model_path = gr.Textbox(label="fcpe_model_path #", lines=1, value="fcpe.pt", visible=False)
|
82 |
submit_inference = gr.Button('Inference #', variant='primary')
|
83 |
-
result_audio = gr.Audio("Output Audio #"
|
84 |
|
85 |
with gr.Tab("Download Model"):
|
86 |
gr.Markdown("## Download Model for infernece")
|
|
|
80 |
rmvpe_model_path = gr.Textbox(label="rmvpe_model_path #", lines=1, value="rmvpe.pt", visible=False)
|
81 |
fcpe_model_path = gr.Textbox(label="fcpe_model_path #", lines=1, value="fcpe.pt", visible=False)
|
82 |
submit_inference = gr.Button('Inference #', variant='primary')
|
83 |
+
result_audio = gr.Audio("Output Audio #")
|
84 |
|
85 |
with gr.Tab("Download Model"):
|
86 |
gr.Markdown("## Download Model for infernece")
|