Rishabh12j commited on
Commit
51d0667
·
verified ·
1 Parent(s): 971fcf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -11,9 +11,7 @@ from PIL import Image
11
 
12
 
13
  BASE_FOLDER = Path("")
14
- UPSCALE_MODELS_FOLDER = BASE_FOLDER / "models/upscale_models"
15
- INPUT_DIR = BASE_FOLDER / "input"
16
- OUTPUT_DIR = BASE_FOLDER / "output"
17
  URL = "https://c253-2405-201-300a-51fe-6553-e08f-1bce-578f.ngrok-free.app/prompt"
18
  TXT2IMG = "workflow_api_text2img.json"
19
  IMG2IMG = "workflow_api_img2img.json"
 
11
 
12
 
13
  BASE_FOLDER = Path("")
14
+ OUTPUT_DIR = Path("")
 
 
15
  URL = "https://c253-2405-201-300a-51fe-6553-e08f-1bce-578f.ngrok-free.app/prompt"
16
  TXT2IMG = "workflow_api_text2img.json"
17
  IMG2IMG = "workflow_api_img2img.json"