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