Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,10 +81,10 @@ def submit_job(audio_file, preset, beat_sensitivity, fps, width, height):
|
|
81 |
|
82 |
description1 = """
|
83 |
# Audio Visualizer Playground
|
84 |
-
###
|
85 |
"""
|
86 |
description2 = """
|
87 |
-
#### Please provide feedback
|
88 |
"""
|
89 |
|
90 |
custom_css = """
|
|
|
81 |
|
82 |
description1 = """
|
83 |
# Audio Visualizer Playground
|
84 |
+
### Easily create audio-synced animation masks for AnimateDiff or Deforum Animations.
|
85 |
"""
|
86 |
description2 = """
|
87 |
+
#### Please provide feedback in our Discord: [discord.gg/deforum](https://discord.gg/deforum)
|
88 |
"""
|
89 |
|
90 |
custom_css = """
|