Spaces:
Runtime error
Runtime error
JackismyShephard
commited on
Commit
•
4c6f70e
1
Parent(s):
8c72189
update application examples
Browse files
app.py
CHANGED
@@ -43,8 +43,7 @@ file_transcribe = gr.Interface(
|
|
43 |
" of arbitrary length."
|
44 |
),
|
45 |
examples=[
|
46 |
-
["./example.flac"
|
47 |
-
["./example.flac", "transcribe", True],
|
48 |
],
|
49 |
cache_examples=True,
|
50 |
allow_flagging="never",
|
|
|
43 |
" of arbitrary length."
|
44 |
),
|
45 |
examples=[
|
46 |
+
["./example.flac"],
|
|
|
47 |
],
|
48 |
cache_examples=True,
|
49 |
allow_flagging="never",
|