Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ if __name__ == "__main__":
|
|
139 |
gr.Examples(
|
140 |
[
|
141 |
os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
|
142 |
-
|
143 |
os.path.join(os.path.dirname(__file__), "audio/sample3.wav"),
|
144 |
],
|
145 |
upl_input,
|
|
|
139 |
gr.Examples(
|
140 |
[
|
141 |
os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
|
142 |
+
os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
|
143 |
os.path.join(os.path.dirname(__file__), "audio/sample3.wav"),
|
144 |
],
|
145 |
upl_input,
|