Spaces:
Potre1qw
/
Running on Zero

Potre1qw commited on
Commit
e06a87d
·
verified ·
1 Parent(s): 9fda697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ import torch
21
 
22
 
23
  URL="http://127.0.0.1"
24
- OUTPUT_DIR="Core/output"
25
- INPUT_DIR="Core/input"
26
- BACKEND_PATH="Core/main.py"
27
 
28
 
29
  def read_prompt_from_file(filename):
 
21
 
22
 
23
  URL="http://127.0.0.1"
24
+ OUTPUT_DIR="ComfyUI/output"
25
+ INPUT_DIR="ComfyUI/input"
26
+ BACKEND_PATH="ComfyUI/main.py"
27
 
28
 
29
  def read_prompt_from_file(filename):