Spaces:
Sleeping
Sleeping
Arnab Das
commited on
Commit
·
9d533c6
1
Parent(s):
caa2598
bug fix
Browse files- app.py +4 -0
- samples/fake_audio.wav +0 -0
- samples/real_audio.wav +0 -0
app.py
CHANGED
@@ -22,6 +22,10 @@ file_proc = gr.Interface(
|
|
22 |
description=(
|
23 |
"Analyze, detect and localize manipulation in an audio with a click of a button. Upload a .wav or .flac file."
|
24 |
),
|
|
|
|
|
|
|
|
|
25 |
cache_examples=True,
|
26 |
allow_flagging="never",
|
27 |
)
|
|
|
22 |
description=(
|
23 |
"Analyze, detect and localize manipulation in an audio with a click of a button. Upload a .wav or .flac file."
|
24 |
),
|
25 |
+
examples=[
|
26 |
+
["samples/fake_audio.wav"],
|
27 |
+
["samples/fake_audio.wav"]
|
28 |
+
],
|
29 |
cache_examples=True,
|
30 |
allow_flagging="never",
|
31 |
)
|
samples/fake_audio.wav
ADDED
Binary file (328 kB). View file
|
|
samples/real_audio.wav
ADDED
Binary file (332 kB). View file
|
|