brainblow commited on
Commit
364720f
1 Parent(s): 310caa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ gr.Interface (fn=BeatSwap,inputs=[audiofile,patternbox,scalebox,shiftbox, cacheb
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.
73
 
74
 
 
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
+ Thanks to:
73
  Github - https://github.com/stunlocked1/beat_manipulator.
74
 
75