Spaces:
Runtime error
Runtime error
Merge branch 'main' into our_hf
Browse files- app.py +1 -0
- app_batched.py +1 -1
app.py
CHANGED
@@ -120,6 +120,7 @@ with gr.Blocks() as demo:
|
|
120 |
],
|
121 |
[
|
122 |
"lofi slow bpm electro chill with organic samples",
|
|
|
123 |
"medium",
|
124 |
],
|
125 |
],
|
|
|
120 |
],
|
121 |
[
|
122 |
"lofi slow bpm electro chill with organic samples",
|
123 |
+
None,
|
124 |
"medium",
|
125 |
],
|
126 |
],
|
app_batched.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
109 |
[
|
110 |
"a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions bpm: 130",
|
111 |
"./assets/bach.mp3",
|
112 |
-
]
|
113 |
[
|
114 |
"lofi slow bpm electro chill with organic samples",
|
115 |
None,
|
|
|
109 |
[
|
110 |
"a light and cheerly EDM track, with syncopated drums, aery pads, and strong emotions bpm: 130",
|
111 |
"./assets/bach.mp3",
|
112 |
+
],
|
113 |
[
|
114 |
"lofi slow bpm electro chill with organic samples",
|
115 |
None,
|