ASesYusuf1 commited on
Commit
cdfdab4
·
verified ·
1 Parent(s): bb0bcbf

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +1 -1
gui.py CHANGED
@@ -418,8 +418,8 @@ def create_interface():
418
  batch_size = gr.Slider(1, 16, value=1, step=1, label="⚡ Batch Size")
419
 
420
  with gr.Tab("🎤 Roformer"):
421
- roformer_single_stem = gr.Textbox(label="🎼 Single Stem", placeholder="e.g., Instrumental")
422
  roformer_audio = gr.Audio(label="🎧 Input Audio", type="filepath")
 
423
  roformer_category = gr.Dropdown(label="📚 Category", choices=list(ROFORMER_MODELS.keys()), value="General Purpose")
424
  roformer_model = gr.Dropdown(label="🛠️ Model", choices=list(ROFORMER_MODELS["General Purpose"].keys()))
425
  with gr.Row():
 
418
  batch_size = gr.Slider(1, 16, value=1, step=1, label="⚡ Batch Size")
419
 
420
  with gr.Tab("🎤 Roformer"):
 
421
  roformer_audio = gr.Audio(label="🎧 Input Audio", type="filepath")
422
+ roformer_single_stem = gr.Textbox(label="🎼 Single Stem", placeholder="e.g., Instrumental")
423
  roformer_category = gr.Dropdown(label="📚 Category", choices=list(ROFORMER_MODELS.keys()), value="General Purpose")
424
  roformer_model = gr.Dropdown(label="🛠️ Model", choices=list(ROFORMER_MODELS["General Purpose"].keys()))
425
  with gr.Row():