Spaces:
Runtime error
Runtime error
Copy Boss
commited on
Commit
•
ffe6cbc
1
Parent(s):
23fdf3e
small
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from io import BytesIO
|
|
8 |
|
9 |
# Create a dropdown to select the model
|
10 |
model_options = ["base", "small", "medium", "large", "large-v2"]
|
11 |
-
default_model = "
|
12 |
model_name = st.selectbox("Select a model", options=model_options, index=model_options.index(default_model))
|
13 |
|
14 |
# Load the selected model
|
|
|
8 |
|
9 |
# Create a dropdown to select the model
|
10 |
model_options = ["base", "small", "medium", "large", "large-v2"]
|
11 |
+
default_model = "small"
|
12 |
model_name = st.selectbox("Select a model", options=model_options, index=model_options.index(default_model))
|
13 |
|
14 |
# Load the selected model
|