jvalero commited on
Commit
38b08e2
1 Parent(s): 11ef3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,8 +45,8 @@ file_transcribe = gr.Interface(
45
  " of arbitrary length. \nThe audio will be classified into one of the following: ['drumbass', 'dubtechno', 'dupstep', 'hardcore_breaks', 'house', 'psytrance', 'techno', 'ukgarage']"
46
  ),
47
  examples=[
48
- ["./example.mp3"],
49
  ["./example1.mp3"],
 
50
  ],
51
  cache_examples=True,
52
  allow_flagging="never",
 
45
  " of arbitrary length. \nThe audio will be classified into one of the following: ['drumbass', 'dubtechno', 'dupstep', 'hardcore_breaks', 'house', 'psytrance', 'techno', 'ukgarage']"
46
  ),
47
  examples=[
 
48
  ["./example1.mp3"],
49
+ ["./example2.mp3"],
50
  ],
51
  cache_examples=True,
52
  allow_flagging="never",