Spaces:
Running
Running
Update app.py
Browse files
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])-
|
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"
|