txya900619 commited on
Commit
d6b782a
·
verified ·
1 Parent(s): a48011b

fix: speaker_wav visible when web create

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ with demo:
179
  )
180
  speaker_wav = gr.Audio(
181
  label="客製化語音",
182
- visible=True,
183
  editable=False,
184
  type="filepath",
185
  waveform_options=gr.WaveformOptions(
 
179
  )
180
  speaker_wav = gr.Audio(
181
  label="客製化語音",
182
+ visible=False,
183
  editable=False,
184
  type="filepath",
185
  waveform_options=gr.WaveformOptions(