nakas commited on
Commit
785fc38
1 Parent(s): dffb5f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def greet(name,rooms):
7
  samplerate = f.samplerate
8
 
9
  # Make a Pedalboard object, containing multiple plugins:
10
- board = Pedalboard([Chorus(), Reverb(room_size=rooms])
11
 
12
  # Run the audio through this pedalboard!
13
  effected = board(audio, samplerate)
 
7
  samplerate = f.samplerate
8
 
9
  # Make a Pedalboard object, containing multiple plugins:
10
+ board = Pedalboard([Chorus(), Reverb(room_size=rooms)])
11
 
12
  # Run the audio through this pedalboard!
13
  effected = board(audio, samplerate)