Pendrokar commited on
Commit
5df5032
β€’
1 Parent(s): f829455

hide clear button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ gradio_app = gr.Interface(
225
  ],
226
  outputs=gr.Audio(label="22kHz audio output", type="filepath"),
227
  title="xVASynth (WIP)",
228
- clear_btn=None
229
  # examples=[
230
  # ["Once, I headed in much deeper. But I doubt I'll ever do that again.", 1],
231
  # ["You love hurting me, huh?", 1.5],
 
225
  ],
226
  outputs=gr.Audio(label="22kHz audio output", type="filepath"),
227
  title="xVASynth (WIP)",
228
+ clear_btn=gr.Button(visible=False)
229
  # examples=[
230
  # ["Once, I headed in much deeper. But I doubt I'll ever do that again.", 1],
231
  # ["You love hurting me, huh?", 1.5],