Pendrokar commited on
Commit
8314260
β€’
1 Parent(s): 85c9f67

example caching breaks Space

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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
- ["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
 
 
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