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