Nima nazari commited on
Commit
2cc55c1
·
verified ·
1 Parent(s): e535ad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ from PIL import Image
12
 
13
 
14
  URL = "http://127.0.0.1:8188/prompt"
15
- INPUT_DIR = "ComfyUI/input"
16
- OUTPUT_DIR = "ComfyUI/output"
17
 
18
  cached_seed = 0
19
 
 
12
 
13
 
14
  URL = "http://127.0.0.1:8188/prompt"
15
+ INPUT_DIR = "input"
16
+ OUTPUT_DIR = "output"
17
 
18
  cached_seed = 0
19