Rishabh12j commited on
Commit
488e09b
·
verified ·
1 Parent(s): f8d3078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import requests
10
  from PIL import Image
11
 
12
 
13
- BASE_FOLDER = Path("")
14
- MODELS_FOLDER = BASE_FOLDER / "/"
15
  UPSCALE_MODELS_FOLDER = BASE_FOLDER / "models/upscale_models"
16
  INPUT_DIR = BASE_FOLDER / "input"
17
  OUTPUT_DIR = BASE_FOLDER / "output"
 
10
  from PIL import Image
11
 
12
 
13
+ BASE_FOLDER = Path("CourseWork/")
14
+ MODELS_FOLDER = BASE_FOLDER / ""
15
  UPSCALE_MODELS_FOLDER = BASE_FOLDER / "models/upscale_models"
16
  INPUT_DIR = BASE_FOLDER / "input"
17
  OUTPUT_DIR = BASE_FOLDER / "output"