P01yH3dr0n commited on
Commit
2d21bb0
1 Parent(s): 12263d9

Update images_history.py

Browse files
Files changed (1) hide show
  1. images_history.py +0 -1
images_history.py CHANGED
@@ -29,7 +29,6 @@ def get_img_info(evt: gr.SelectData):
29
  return index, info, items
30
 
31
  def img_history_ui(tab):
32
- os.makedirs(client_config['save_path'], mode=777, exist_ok=True)
33
  all_dirs = os.listdir(client_config['save_path'])
34
  all_dirs.sort(reverse=True)
35
  with gr.Row():
 
29
  return index, info, items
30
 
31
  def img_history_ui(tab):
 
32
  all_dirs = os.listdir(client_config['save_path'])
33
  all_dirs.sort(reverse=True)
34
  with gr.Row():