Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -718,9 +718,12 @@ css = """
|
|
| 718 |
}
|
| 719 |
"""
|
| 720 |
|
|
|
|
|
|
|
| 721 |
default_audio_prompt = ""
|
| 722 |
default_audio_negative_prompt = "music"
|
| 723 |
|
|
|
|
| 724 |
def get_duration(
|
| 725 |
prompt,
|
| 726 |
nag_negative_prompt, nag_scale,
|
|
|
|
| 718 |
}
|
| 719 |
"""
|
| 720 |
|
| 721 |
+
# RIGHT AFTER the css definition, ADD these lines:
|
| 722 |
+
default_prompt = "A serene beach with waves gently rolling onto the shore"
|
| 723 |
default_audio_prompt = ""
|
| 724 |
default_audio_negative_prompt = "music"
|
| 725 |
|
| 726 |
+
|
| 727 |
def get_duration(
|
| 728 |
prompt,
|
| 729 |
nag_negative_prompt, nag_scale,
|