Spaces:
Runtime error
Runtime error
Commit
•
05ebe3d
1
Parent(s):
06f6a07
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ def generate_audio(prompt, negative_prompt, guidance_scale=3, audio_length_in_s=
|
|
34 |
|
35 |
|
36 |
EXAMPLES = [
|
|
|
37 |
["80s pop track with synth and instrumentals", "drums", 3, 15, 0],
|
38 |
["80s pop track with synth and instrumentals", "drums", 5, 15, 0],
|
39 |
["80s pop track with synth and instrumentals", "drums", 7, 15, 0],
|
|
|
34 |
|
35 |
|
36 |
EXAMPLES = [
|
37 |
+
["80s pop track with synth and instrumentals", "drums", 1.01, 15, 0],
|
38 |
["80s pop track with synth and instrumentals", "drums", 3, 15, 0],
|
39 |
["80s pop track with synth and instrumentals", "drums", 5, 15, 0],
|
40 |
["80s pop track with synth and instrumentals", "drums", 7, 15, 0],
|