thunnai commited on
Commit
701d949
·
1 Parent(s): 1cff9a5

demo to use published model

Browse files
Files changed (1) hide show
  1. src/audiobox_aesthetics/demo.py +1 -1
src/audiobox_aesthetics/demo.py CHANGED
@@ -6,7 +6,7 @@ from audiobox_aesthetics.inference import (
6
  )
7
 
8
  # Load the pre-trained model
9
- model = AudioBoxAesthetics.from_pretrained("audiobox-aesthetics")
10
  model.eval()
11
 
12
 
 
6
  )
7
 
8
  # Load the pre-trained model
9
+ model = AudioBoxAesthetics.from_pretrained("thunnai/audiobox-aesthetics")
10
  model.eval()
11
 
12