Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,10 +57,10 @@ def submit_job(audio_file, preset, beat_sensitivity, fps):
|
|
57 |
|
58 |
description1 = """
|
59 |
# Audio Visualizer Playground
|
60 |
-
A way for you to easily create audio-synced animation masks for AnimateDiff or Deforum Animations.
|
61 |
"""
|
62 |
description2 = """
|
63 |
-
|
64 |
"""
|
65 |
|
66 |
custom_css = """
|
|
|
57 |
|
58 |
description1 = """
|
59 |
# Audio Visualizer Playground
|
60 |
+
### A way for you to easily create audio-synced animation masks for AnimateDiff or Deforum Animations.
|
61 |
"""
|
62 |
description2 = """
|
63 |
+
#### Please provide feedback for us about which masks you like, or would like to see in our animation channel in our Discord: [discord.gg/deforum](https://discord.gg/deforum)
|
64 |
"""
|
65 |
|
66 |
custom_css = """
|