Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
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 |
|