Update app.py
Browse files
app.py
CHANGED
@@ -299,14 +299,14 @@ with iface:
|
|
299 |
)
|
300 |
gr.Examples(
|
301 |
[
|
302 |
-
[
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
],
|
310 |
[
|
311 |
"A modern synthesizer creating futuristic soundscapes.",
|
312 |
10,
|
|
|
299 |
)
|
300 |
gr.Examples(
|
301 |
[
|
302 |
+
# [
|
303 |
+
# "Birds singing sweetly in a blooming garden.",
|
304 |
+
# 10,
|
305 |
+
# 3.5,
|
306 |
+
# 45,
|
307 |
+
# 3,
|
308 |
+
# default_checkpoint,
|
309 |
+
# ],
|
310 |
[
|
311 |
"A modern synthesizer creating futuristic soundscapes.",
|
312 |
10,
|