amongusrickroll68
commited on
Commit
•
c880fe8
1
Parent(s):
d493b03
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import numpy as np
|
2 |
import tensorflow as tf
|
3 |
import librosa
|
4 |
-
|
|
|
5 |
class TextToMusicGenerator:
|
6 |
def __init__(self):
|
7 |
self.model = tf.keras.models.load_model('path/to/model')
|
|
|
1 |
import numpy as np
|
2 |
import tensorflow as tf
|
3 |
import librosa
|
4 |
+
git lfs install
|
5 |
+
git clone https://huggingface.co/amongusrickroll68/MeloMind
|
6 |
class TextToMusicGenerator:
|
7 |
def __init__(self):
|
8 |
self.model = tf.keras.models.load_model('path/to/model')
|