Spaces:
Runtime error
Runtime error
Commit
·
2ded7ac
1
Parent(s):
59531f5
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', 'MuseCan'), 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', 'MuseCan'), index = 4)
|
35 |
|
36 |
if select_model == 'MuseWeb':
|
37 |
model = 'breadlicker45/museweb'
|