Little-ECHO commited on
Commit
1b861c3
·
verified ·
1 Parent(s): 9b1b72d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def predict(
137
 
138
 
139
 
140
- model_dir = "/mmu-vcg/niuxuesong/zxp_echo/202509GRAG/Checkpoint/Qwen-Image-Edit"
141
  repo_id = "Qwen/Qwen-Image-Edit"
142
 
143
  if not os.path.exists(model_dir) or not os.listdir(model_dir):
 
137
 
138
 
139
 
140
+ model_dir = "Qwen-Image-Edit"
141
  repo_id = "Qwen/Qwen-Image-Edit"
142
 
143
  if not os.path.exists(model_dir) or not os.listdir(model_dir):