cocktailpeanut commited on
Commit
962b6b0
1 Parent(s): 3f5ca38
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -167,7 +167,8 @@ button.addEventListener('click', function() {
167
  element.classList.add('selected');
168
  });
169
  '''
170
- lora_archive = "/data"
 
171
 
172
  def update_selection(selected_state: gr.SelectData, sdxl_loras, face_strength, image_strength, weight, depth_control_scale, negative, is_new=False):
173
  lora_repo = sdxl_loras[selected_state.index]["repo"]
 
167
  element.classList.add('selected');
168
  });
169
  '''
170
+ #lora_archive = "/data"
171
+ lora_archive = "data"
172
 
173
  def update_selection(selected_state: gr.SelectData, sdxl_loras, face_strength, image_strength, weight, depth_control_scale, negative, is_new=False):
174
  lora_repo = sdxl_loras[selected_state.index]["repo"]