Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
import os
|
3 |
|
4 |
# Import the model
|
5 |
-
import MODELS
|
6 |
|
7 |
model = jukebox.make_vqvae(MODELS['5B_LYRICS'], device="cpu")
|
8 |
|
|
|
2 |
import os
|
3 |
|
4 |
# Import the model
|
|
|
5 |
|
6 |
model = jukebox.make_vqvae(MODELS['5B_LYRICS'], device="cpu")
|
7 |
|