Hugorowan commited on
Commit
57d4630
1 Parent(s): 6e58f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import os
3
 
4
  # Import the model
5
- from jukebox.models import MODELS
6
 
7
  model = jukebox.make_vqvae(MODELS['5B_LYRICS'], device="cpu")
8
 
 
2
  import os
3
 
4
  # Import the model
5
+ from models import MODELS
6
 
7
  model = jukebox.make_vqvae(MODELS['5B_LYRICS'], device="cpu")
8