Spaces:
Running
Running
Ah, Yes, Mr.Krabs!
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ Text file will be named after your file, and will only contain a list of numbers
|
|
19 |
|
20 |
gr.Interface (fn=BeatSwap,inputs=[audiofile,patternbox,scalebox,shiftbox, cachebox],outputs=Audio(type='numpy'),theme="default",
|
21 |
title = "Stunlocked's Beat Manipulator"
|
22 |
-
,description = "Remix music using AI-powered beat detection and advanced beat swapping. https://github.com/stunlocked1/BeatManipulator"
|
23 |
,article="""# <h1><p style='text-align: center'><a href='https://github.com/stunlocked1/BeatManipulator' target='_blank'>Github</a></p></h1>
|
24 |
|
25 |
# Basic usage
|
|
|
19 |
|
20 |
gr.Interface (fn=BeatSwap,inputs=[audiofile,patternbox,scalebox,shiftbox, cachebox],outputs=Audio(type='numpy'),theme="default",
|
21 |
title = "Stunlocked's Beat Manipulator"
|
22 |
+
,description = "Remix music using AI-powered beat detection and advanced beat swapping. https://github.com/stunlocked1/BeatManipulator. Collab version - https://colab.research.google.com/drive/1gEsZCCh2zMKqLmaGH5BPPLrImhEGVhv3?usp=sharing"
|
23 |
,article="""# <h1><p style='text-align: center'><a href='https://github.com/stunlocked1/BeatManipulator' target='_blank'>Github</a></p></h1>
|
24 |
|
25 |
# Basic usage
|