openfree commited on
Commit
fb42ffd
·
verified ·
1 Parent(s): 151425f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ import spaces
31
  from safetensors.torch import load_file
32
  from diffusers import FluxPipeline
33
  import torch
 
34
 
35
  # 캐시 경로 설정
36
  cache_path = path.join(path.dirname(path.abspath(__file__)), "models")
 
31
  from safetensors.torch import load_file
32
  from diffusers import FluxPipeline
33
  import torch
34
+ from os import path # 이 줄을 추가
35
 
36
  # 캐시 경로 설정
37
  cache_path = path.join(path.dirname(path.abspath(__file__)), "models")