Spaces:
Runtime error
Runtime error
Commit
·
475a502
1
Parent(s):
ca7dfc1
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with col1:
|
|
31 |
with col2:
|
32 |
select_model = st.radio(
|
33 |
"Select the model to use:",
|
34 |
-
('MuseWeb', 'MusePy', 'MuseNeo', 'MusePy-1-1'), index =
|
35 |
|
36 |
if select_model == 'MuseWeb':
|
37 |
model = 'breadlicker45/museweb'
|
|
|
31 |
with col2:
|
32 |
select_model = st.radio(
|
33 |
"Select the model to use:",
|
34 |
+
('MuseWeb', 'MusePy', 'MuseNeo', 'MusePy-1-1'), index = 3)
|
35 |
|
36 |
if select_model == 'MuseWeb':
|
37 |
model = 'breadlicker45/museweb'
|