multimodalart HF Staff commited on
Commit
a4b297a
·
verified ·
1 Parent(s): 195665b

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +0 -2
webui.py CHANGED
@@ -385,13 +385,11 @@ def render_interface() -> gr.Blocks:
385
  prompt_audio = gr.Audio(
386
  label="Prompt audio (reference voice), max 30s",
387
  type="filepath",
388
- editable=False,
389
  interactive=True,
390
  )
391
  target_audio = gr.Audio(
392
  label="Target audio (melody / lyrics source), max 60s",
393
  type="filepath",
394
- editable=False,
395
  interactive=True,
396
  )
397
 
 
385
  prompt_audio = gr.Audio(
386
  label="Prompt audio (reference voice), max 30s",
387
  type="filepath",
 
388
  interactive=True,
389
  )
390
  target_audio = gr.Audio(
391
  label="Target audio (melody / lyrics source), max 60s",
392
  type="filepath",
 
393
  interactive=True,
394
  )
395