Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hide clear button
Browse files
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=
|
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],
|