Hev832 commited on
Commit
d9d328f
·
verified ·
1 Parent(s): 082354e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -487,7 +487,7 @@ with gr.Blocks(title="Hex RVC") as app:
487
  outputs=output_audio
488
  )
489
 
490
- with gr.Tqb("Download RVC Model"):
491
  url = gr.Textbox(label="Your model URL")
492
  dirname = gr.Textbox(label="Your Model name")
493
  button_model = gr.Button("Download model")
 
487
  outputs=output_audio
488
  )
489
 
490
+ with gr.Tab("Download RVC Model"):
491
  url = gr.Textbox(label="Your model URL")
492
  dirname = gr.Textbox(label="Your Model name")
493
  button_model = gr.Button("Download model")