Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ style_weight = 1e-6
|
|
14 |
content_weight = 2.5e-8
|
15 |
|
16 |
# Build a VGG19 model loaded with pre-trained ImageNet weights
|
17 |
-
model = from_pretrained_keras("
|
18 |
|
19 |
# Get the symbolic outputs of each "key" layer (we gave them unique names).
|
20 |
outputs_dict = dict([(layer.name, layer.output) for layer in model.layers])
|
|
|
14 |
content_weight = 2.5e-8
|
15 |
|
16 |
# Build a VGG19 model loaded with pre-trained ImageNet weights
|
17 |
+
model = from_pretrained_keras("keras-io/VGG19")
|
18 |
|
19 |
# Get the symbolic outputs of each "key" layer (we gave them unique names).
|
20 |
outputs_dict = dict([(layer.name, layer.output) for layer in model.layers])
|