Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
example caching breaks Space
Browse files
app.py
CHANGED
@@ -119,15 +119,15 @@ gradio_app = gr.Interface(
|
|
119 |
pacing_slider
|
120 |
],
|
121 |
outputs=gr.Audio(label="22kHz audio", type="filepath"),
|
122 |
-
title="xVASynth (WIP)"
|
123 |
-
examples=[
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
],
|
130 |
-
cache_examples=None
|
131 |
)
|
132 |
|
133 |
|
|
|
119 |
pacing_slider
|
120 |
],
|
121 |
outputs=gr.Audio(label="22kHz audio", type="filepath"),
|
122 |
+
title="xVASynth (WIP)"
|
123 |
+
# examples=[
|
124 |
+
# ["Once, I headed in much deeper. But I doubt I'll ever do that again.", 1],
|
125 |
+
# ["You love hurting me, huh?", 1.5],
|
126 |
+
# ["Ah! What is happening to me?!?", 1],
|
127 |
+
# ["Embrace your demise!", 1],
|
128 |
+
# ["Never come back!", 1]
|
129 |
+
# ],
|
130 |
+
# cache_examples=None
|
131 |
)
|
132 |
|
133 |
|