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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ def fonc_load_info(nb_of_models_to_gen,index_tag,index_first_model):
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"
281
  for i in range(nb_of_models_to_gen):
282
- str+=f"{tags_plus_models[index_tag][2][i-1+index_first_model]}\n"
283
 
284
  return nb_of_models_to_gen,gr.Textbox(str_temp)
285
 
 
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"
281
  for i in range(nb_of_models_to_gen):
282
+ str_temp+=f"{tags_plus_models[index_tag][2][i-1+index_first_model]}\n"
283
 
284
  return nb_of_models_to_gen,gr.Textbox(str_temp)
285