Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
•
8544bbf
1
Parent(s):
93b48cb
maestro interface
Browse files- conf/interface-maestro.yml +10 -0
- docker-compose.yml +2 -0
conf/interface-maestro.yml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Interface.coarse_ckpt: ./models/maestro/coarse.pth
|
2 |
+
Interface.coarse2fine_ckpt: ./models/maestro/c2f.pth
|
3 |
+
Interface.codec_ckpt: ./models/maestro/codec.pth
|
4 |
+
Interface.coarse_chunk_size_s: 12
|
5 |
+
Interface.coarse2fine_chunk_size_s: 3
|
6 |
+
Interface.wavebeat_ckpt: ./models/wavebeat.pth
|
7 |
+
|
8 |
+
|
9 |
+
AudioLoader.sources:
|
10 |
+
- /data/maestro-reorg/test
|
docker-compose.yml
CHANGED
@@ -67,6 +67,8 @@ services:
|
|
67 |
- interactive
|
68 |
stdin_open: true
|
69 |
tty: true
|
|
|
|
|
70 |
jupyter:
|
71 |
extends: base
|
72 |
ports:
|
|
|
67 |
- interactive
|
68 |
stdin_open: true
|
69 |
tty: true
|
70 |
+
ports:
|
71 |
+
- 7860:7860
|
72 |
jupyter:
|
73 |
extends: base
|
74 |
ports:
|