breadlicker45 commited on
Commit
e75ec7f
1 Parent(s): 1200764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with col2:
36
  if select_model == 'OPT-1.3b':
37
  model = 'facebook/opt-1.3b'
38
  elif select_model == 'OPT-350m':
39
- model = 'facebook/opt-350m'
40
  elif select_model == 'OPT-125m':
41
  model = 'BAAI/glm-515m'
42
 
 
36
  if select_model == 'OPT-1.3b':
37
  model = 'facebook/opt-1.3b'
38
  elif select_model == 'OPT-350m':
39
+ model = 'breadlicker45/MusePy'
40
  elif select_model == 'OPT-125m':
41
  model = 'BAAI/glm-515m'
42