Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ os.system("gsutil -q -m cp gs://magentadata/soundfonts/SGM-v2.01-Sal-Guit-Bass-V
|
|
27 |
|
28 |
#@title Imports and Definitions
|
29 |
|
30 |
-
|
31 |
|
32 |
|
33 |
|
@@ -35,7 +35,7 @@ import functools
|
|
35 |
import os
|
36 |
|
37 |
import numpy as np
|
38 |
-
|
39 |
import tensorflow.compat.v2 as tf
|
40 |
|
41 |
import functools
|
|
|
27 |
|
28 |
#@title Imports and Definitions
|
29 |
|
30 |
+
os.system("pip install tensorflow_cpu")
|
31 |
|
32 |
|
33 |
|
|
|
35 |
import os
|
36 |
|
37 |
import numpy as np
|
38 |
+
|
39 |
import tensorflow.compat.v2 as tf
|
40 |
|
41 |
import functools
|