nyanko7 commited on
Commit
3f8aed1
1 Parent(s): a5221b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +344,7 @@ def apply_image(image, selected, w, h, strgength, state):
344
 
345
 
346
  # [ti_state, lora_state, ti_vals, lora_vals, uploads]
347
- def add_net(files: list[tempfile._TemporaryFileWrapper], ti_state, lora_state):
348
  if files is None:
349
  return ti_state, "", lora_state, None
350
 
 
344
 
345
 
346
  # [ti_state, lora_state, ti_vals, lora_vals, uploads]
347
+ def add_net(files, ti_state, lora_state):
348
  if files is None:
349
  return ti_state, "", lora_state, None
350