Spaces:
Running
on
Zero
Running
on
Zero
Hecheng0625
commited on
Commit
•
753090f
1
Parent(s):
05f5f5a
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(
|