Spaces:
Runtime error
Runtime error
guyyariv
commited on
Commit
•
1413cf6
1
Parent(s):
0211bb6
AudioTokenDemo
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ if __name__ == "__main__":
|
|
128 |
|
129 |
examples = [
|
130 |
# ["assets/train.wav"],
|
131 |
-
|
132 |
["assets/airplane taking off.wav"],
|
133 |
# ["assets/electric guitar.wav"],
|
134 |
# ["assets/female sings.wav"],
|
@@ -140,6 +140,6 @@ if __name__ == "__main__":
|
|
140 |
outputs="image",
|
141 |
title='AudioToken',
|
142 |
description=description,
|
143 |
-
examples=examples
|
144 |
)
|
145 |
demo.launch()
|
|
|
128 |
|
129 |
examples = [
|
130 |
# ["assets/train.wav"],
|
131 |
+
["assets/dog barking.wav"],
|
132 |
["assets/airplane taking off.wav"],
|
133 |
# ["assets/electric guitar.wav"],
|
134 |
# ["assets/female sings.wav"],
|
|
|
140 |
outputs="image",
|
141 |
title='AudioToken',
|
142 |
description=description,
|
143 |
+
# examples=examples
|
144 |
)
|
145 |
demo.launch()
|