Spaces:
Runtime error
Runtime error
breadlicker45
commited on
Commit
•
755a0f5
1
Parent(s):
8384d16
Update app.py
Browse files
app.py
CHANGED
@@ -31,13 +31,13 @@ with col1:
|
|
31 |
with col2:
|
32 |
select_model = st.radio(
|
33 |
"Select the model to use:",
|
34 |
-
('gpt-youtube'), index = 0)
|
35 |
|
36 |
if select_model == 'gpt-youtube':
|
37 |
model = 'BreadAi/gpt-Youtube'
|
38 |
elif select_model == 'gpt-null':
|
39 |
model = 'BreadAi/gpt-Youtube'
|
40 |
-
elif select_model == '
|
41 |
model = 'BreadAi/gpt-Youtube'
|
42 |
|
43 |
with st.spinner('Loading Model... (This may take a while)'):
|
|
|
31 |
with col2:
|
32 |
select_model = st.radio(
|
33 |
"Select the model to use:",
|
34 |
+
('gpt-youtube','null'), index = 0)
|
35 |
|
36 |
if select_model == 'gpt-youtube':
|
37 |
model = 'BreadAi/gpt-Youtube'
|
38 |
elif select_model == 'gpt-null':
|
39 |
model = 'BreadAi/gpt-Youtube'
|
40 |
+
elif select_model == 'null':
|
41 |
model = 'BreadAi/gpt-Youtube'
|
42 |
|
43 |
with st.spinner('Loading Model... (This may take a while)'):
|