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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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