Blane187 commited on
Commit
1b80b27
1 Parent(s): 92f5cdf

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -0
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")