Rishabh12j commited on
Commit
5f8ad71
·
verified ·
1 Parent(s): 788030b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import requests
10
  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"
 
10
  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"