Spaces:
Sleeping
Sleeping
Arnab Das commited on
Commit ·
c54bb52
1
Parent(s): 9d533c6
bug fix
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ file_proc = gr.Interface(
|
|
| 24 |
),
|
| 25 |
examples=[
|
| 26 |
["samples/fake_audio.wav"],
|
| 27 |
-
["samples/
|
| 28 |
],
|
| 29 |
cache_examples=True,
|
| 30 |
allow_flagging="never",
|
|
|
|
| 24 |
),
|
| 25 |
examples=[
|
| 26 |
["samples/fake_audio.wav"],
|
| 27 |
+
["samples/real_audio.wav"]
|
| 28 |
],
|
| 29 |
cache_examples=True,
|
| 30 |
allow_flagging="never",
|