JackismyShephard
commited on
Commit
•
3a367c8
1
Parent(s):
c95ae32
remove task selection from examples
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ demo = gr.Interface(
|
|
69 |
" of arbitrary length."
|
70 |
),
|
71 |
examples=[
|
72 |
-
["examples/example.flac",
|
73 |
-
["examples/example.flac",
|
74 |
],
|
75 |
cache_examples=True,
|
76 |
allow_flagging="never",
|
|
|
69 |
" of arbitrary length."
|
70 |
),
|
71 |
examples=[
|
72 |
+
["examples/example.flac", False],
|
73 |
+
["examples/example.flac", True],
|
74 |
],
|
75 |
cache_examples=True,
|
76 |
allow_flagging="never",
|