Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,7 @@ if __name__ == "__main__":
|
|
130 |
[
|
131 |
os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
|
132 |
os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
|
|
|
133 |
],
|
134 |
upl_input,
|
135 |
[lbl_output, time_output],
|
|
|
130 |
[
|
131 |
os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
|
132 |
os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
|
133 |
+
os.path.join(os.path.dirname(__file__), "audio/sample3.wav"),
|
134 |
],
|
135 |
upl_input,
|
136 |
[lbl_output, time_output],
|