Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
7eca8ec
1
Parent(s):
9adc1d5
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/compressor_f
|
|
4 |
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/reverb_full.pt")
|
5 |
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/amp_full.pt")
|
6 |
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/delay_full.pt")
|
7 |
-
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/
|
8 |
|
9 |
import sys
|
10 |
import math
|
|
|
4 |
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/reverb_full.pt")
|
5 |
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/amp_full.pt")
|
6 |
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/delay_full.pt")
|
7 |
+
os.system("wget https://csteinmetz1.github.io/steerable-nafx/models/synth2synth_full.pt")
|
8 |
|
9 |
import sys
|
10 |
import math
|