Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ if uploaded_file is not None:
|
|
47 |
params = neural_style.TransferParams()
|
48 |
params.gpu = "c"
|
49 |
params.backend = "mkl"
|
50 |
-
params.image_size =
|
51 |
params.content_image = uploaded_file
|
52 |
path = 'styles'
|
53 |
styles = os.listdir(path)
|
|
|
47 |
params = neural_style.TransferParams()
|
48 |
params.gpu = "c"
|
49 |
params.backend = "mkl"
|
50 |
+
params.image_size = 512
|
51 |
params.content_image = uploaded_file
|
52 |
path = 'styles'
|
53 |
styles = os.listdir(path)
|