Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,10 +62,7 @@ os.system("gsutil -q -m cp gs://magentadata/soundfonts/SGM-v2.01-Sal-Guit-Bass-V
|
|
62 |
#@title 导入和定义
|
63 |
print(f"[{current_time()}] 日志:导入 - 必要工具")
|
64 |
import functools
|
65 |
-
import
|
66 |
-
import t5
|
67 |
-
import t5x
|
68 |
-
|
69 |
import numpy as np
|
70 |
import tensorflow.compat.v2 as tf
|
71 |
|
@@ -75,6 +72,10 @@ import jax
|
|
75 |
import librosa
|
76 |
import note_seq
|
77 |
|
|
|
|
|
|
|
|
|
78 |
from mt3 import metrics_utils
|
79 |
from mt3 import models
|
80 |
from mt3 import network
|
|
|
62 |
#@title 导入和定义
|
63 |
print(f"[{current_time()}] 日志:导入 - 必要工具")
|
64 |
import functools
|
65 |
+
import os
|
|
|
|
|
|
|
66 |
import numpy as np
|
67 |
import tensorflow.compat.v2 as tf
|
68 |
|
|
|
72 |
import librosa
|
73 |
import note_seq
|
74 |
|
75 |
+
import seqio
|
76 |
+
import t5
|
77 |
+
import t5x
|
78 |
+
|
79 |
from mt3 import metrics_utils
|
80 |
from mt3 import models
|
81 |
from mt3 import network
|