geninhu commited on
Commit
4a9b015
1 Parent(s): 0cb5c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from torchvision.models import vgg19, vgg16
9
  from utils import *
10
 
11
  pascal_source = '.'
12
- EXAMPLES_PATH = Path('/content/examples')
13
  repo_id = "hugginglearners/fastai-style-transfer"
14
 
15
 
 
9
  from utils import *
10
 
11
  pascal_source = '.'
12
+ EXAMPLES_PATH = Path('./examples')
13
  repo_id = "hugginglearners/fastai-style-transfer"
14
 
15