Blane187 commited on
Commit
70ed516
1 Parent(s): 9abab10

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
demo.py CHANGED
@@ -443,9 +443,9 @@ with gr.Blocks(title="RVC V2",theme=theme) as app:
443
  )
444
  #if warning:
445
  with gr.TabItem("read this"):
446
- gr.Markdown(f"This Spaces Using CPU dude\n may inference take long time\n")
447
 
448
- with gr.TabItem("Train"):
449
  with gr.Row():
450
  with gr.Column():
451
  training_name = gr.Textbox(label="Name your model", value="My-Voice",placeholder="My-Voice")
 
443
  )
444
  #if warning:
445
  with gr.TabItem("read this"):
446
+ gr.Markdown(f"This Spaces Using CPU dude\n may inference take long time\n and Train tab is disable :)")
447
 
448
+ with gr.TabItem("Train", visible=False):
449
  with gr.Row():
450
  with gr.Column():
451
  training_name = gr.Textbox(label="Name your model", value="My-Voice",placeholder="My-Voice")