Spaces:
Runtime error
Runtime error
Commit
·
f75fd35
1
Parent(s):
96ac1cc
Update app.py
Browse files
app.py
CHANGED
@@ -38,12 +38,12 @@ with col1:
|
|
38 |
with col2:
|
39 |
select_model = st.radio(
|
40 |
"Select the model to use:",
|
41 |
-
('MusePy', '
|
42 |
|
43 |
if select_model == 'MusePy':
|
44 |
model = 'breadlicker45/MusePy'
|
45 |
elif select_model == 'MuseNeo':
|
46 |
-
model = '
|
47 |
elif select_model == 'MusePy-1-1':
|
48 |
model = 'BreadAi/MusePy-1-1'
|
49 |
elif select_model == 'MuseCan':
|
|
|
38 |
with col2:
|
39 |
select_model = st.radio(
|
40 |
"Select the model to use:",
|
41 |
+
('MusePy', 'MuseMini', 'MusePy-1-1', 'MuseCan', 'MuseCan-1-1'), index = 4)
|
42 |
|
43 |
if select_model == 'MusePy':
|
44 |
model = 'breadlicker45/MusePy'
|
45 |
elif select_model == 'MuseNeo':
|
46 |
+
model = 'BreadAi/MuseMini'
|
47 |
elif select_model == 'MusePy-1-1':
|
48 |
model = 'BreadAi/MusePy-1-1'
|
49 |
elif select_model == 'MuseCan':
|