Spaces:
Runtime error
Runtime error
Commit
·
e75ec7f
1
Parent(s):
1200764
Update app.py
Browse files
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 = '
|
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 |
|