Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|