Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,11 +175,10 @@ with gr.Blocks() as demo:
|
|
| 175 |
gr.Examples(
|
| 176 |
examples=[
|
| 177 |
[
|
| 178 |
-
"default/ref/ref.wav"
|
| 179 |
-
"default/ref/ref.wav",
|
| 180 |
],
|
| 181 |
],
|
| 182 |
-
inputs=
|
| 183 |
)
|
| 184 |
|
| 185 |
gr.Interface(
|
|
|
|
| 175 |
gr.Examples(
|
| 176 |
examples=[
|
| 177 |
[
|
| 178 |
+
"default/ref/ref.wav"
|
|
|
|
| 179 |
],
|
| 180 |
],
|
| 181 |
+
inputs=demo_inputs,
|
| 182 |
)
|
| 183 |
|
| 184 |
gr.Interface(
|