DemiPoto commited on
Commit
ac296b2
·
verified ·
1 Parent(s): d1ca3b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def fonc_load_info(nb_of_models_to_gen,index_tag,index_first_model):
274
  str_temp+="warning : to many model chosen"
275
  else:
276
  str_temp+="warning : first model to close to the last model"
277
- nb_of_models_to_gen= len(tags_plus_models[index_tag][2])-1-index_first_model
278
  str_temp+=f" - only {nb_of_models_to_gen} will be use\n\n"
279
  str_temp+="list of models use: (from "
280
  str_temp+=f"{index_first_model+1}/{len(tags_plus_models[index_tag][2])} to {index_first_model+nb_of_models_to_gen+1}/{len(tags_plus_models[index_tag][2])})\n"
 
274
  str_temp+="warning : to many model chosen"
275
  else:
276
  str_temp+="warning : first model to close to the last model"
277
+ nb_of_models_to_gen= len(tags_plus_models[index_tag][2])-index_first_model
278
  str_temp+=f" - only {nb_of_models_to_gen} will be use\n\n"
279
  str_temp+="list of models use: (from "
280
  str_temp+=f"{index_first_model+1}/{len(tags_plus_models[index_tag][2])} to {index_first_model+nb_of_models_to_gen+1}/{len(tags_plus_models[index_tag][2])})\n"