Spaces:
Sleeping
Sleeping
guyyariv
commited on
Commit
·
e1dd0fa
1
Parent(s):
1413cf6
AudioTokenDemo
Browse files
app.py
CHANGED
@@ -140,6 +140,6 @@ if __name__ == "__main__":
|
|
140 |
outputs="image",
|
141 |
title='AudioToken',
|
142 |
description=description,
|
143 |
-
|
144 |
)
|
145 |
demo.launch()
|
|
|
140 |
outputs="image",
|
141 |
title='AudioToken',
|
142 |
description=description,
|
143 |
+
examples=examples
|
144 |
)
|
145 |
demo.launch()
|