Hugorowan commited on
Commit
a88f53f
1 Parent(s): d763630

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 models import MODELS
6
 
7
  model = jukebox.make_vqvae(MODELS['5B_LYRICS'], device="cpu")
8
 
 
2
  import os
3
 
4
  # Import the model
5
+ import MODELS
6
 
7
  model = jukebox.make_vqvae(MODELS['5B_LYRICS'], device="cpu")
8