Copy Boss commited on
Commit
34644a4
·
1 Parent(s): df575df
Files changed (1) hide show
  1. app.py +1 -1
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 = "large"
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