Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ cachebox = Checkbox(value=True, label="Enable caching generated beatmaps for fas
|
|
| 66 |
beatdetectionbox = Checkbox(value=False, label='Enable support for variable BPM, however this makes beat detection slightly less accurate')
|
| 67 |
|
| 68 |
gr.Interface (fn=BeatSwap,inputs=[audiofile,patternbox,scalebox,shiftbox, cachebox, beatdetectionbox],outputs=[Audio(type='numpy'), Image(type='numpy')],theme="default",
|
| 69 |
-
title = "
|
| 70 |
,description = """Remix music using AI-powered beat detection and advanced beat swapping. Make \"every other beat is missing\" remixes, or completely change beat of the song.
|
| 71 |
|
| 72 |
Github - https://github.com/stunlocked1/beat_manipulator.
|
|
@@ -118,6 +118,6 @@ Those are supposed to be used on normalized beat maps, where kick + snare is two
|
|
| 118 |
- add samples to beats
|
| 119 |
- use beats from other songs
|
| 120 |
|
| 121 |
-
### My soundcloud https://soundcloud.com/
|
| 122 |
"""
|
| 123 |
).launch(share=False)
|
|
|
|
| 66 |
beatdetectionbox = Checkbox(value=False, label='Enable support for variable BPM, however this makes beat detection slightly less accurate')
|
| 67 |
|
| 68 |
gr.Interface (fn=BeatSwap,inputs=[audiofile,patternbox,scalebox,shiftbox, cachebox, beatdetectionbox],outputs=[Audio(type='numpy'), Image(type='numpy')],theme="default",
|
| 69 |
+
title = "BrainBlow's Beat Remixer"
|
| 70 |
,description = """Remix music using AI-powered beat detection and advanced beat swapping. Make \"every other beat is missing\" remixes, or completely change beat of the song.
|
| 71 |
|
| 72 |
Github - https://github.com/stunlocked1/beat_manipulator.
|
|
|
|
| 118 |
- add samples to beats
|
| 119 |
- use beats from other songs
|
| 120 |
|
| 121 |
+
### My soundcloud https://soundcloud.com/soon
|
| 122 |
"""
|
| 123 |
).launch(share=False)
|