Arnab Das commited on
Commit
396ae1b
·
1 Parent(s): c54bb52
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ file_proc = gr.Interface(
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/real_audio.wav"]
28
  ],
29
  cache_examples=True,
30
  allow_flagging="never",
 
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/real_audio.wav"]
28
  ],
29
  cache_examples=True,
30
  allow_flagging="never",