Update demo.py
Browse files
demo.py
CHANGED
@@ -55,6 +55,7 @@ def run_inference(model_name, pitch, input_path, f0_method, save_as, index_rate,
|
|
55 |
with gr.Blocks() as demo:
|
56 |
with gr.Row():
|
57 |
gr.Markdown("# RVC V2 - EASY GUI")
|
|
|
58 |
with gr.Tab("Inference"):
|
59 |
with gr.Row():
|
60 |
model_name = gr.Textbox(label="Model Name For Inference")
|
|
|
55 |
with gr.Blocks() as demo:
|
56 |
with gr.Row():
|
57 |
gr.Markdown("# RVC V2 - EASY GUI")
|
58 |
+
with gr.Row():
|
59 |
with gr.Tab("Inference"):
|
60 |
with gr.Row():
|
61 |
model_name = gr.Textbox(label="Model Name For Inference")
|