Spaces:
Runtime error
Runtime error
Update Home.py
Browse files
Home.py
CHANGED
@@ -105,7 +105,7 @@ if uploaded_file is not None:
|
|
105 |
run = st.button('Generate Art')
|
106 |
my_bar = st.progress(0)
|
107 |
params = neural_style.TransferParams()
|
108 |
-
params.gpu =
|
109 |
params.backend = "mkl"
|
110 |
|
111 |
|
|
|
105 |
run = st.button('Generate Art')
|
106 |
my_bar = st.progress(0)
|
107 |
params = neural_style.TransferParams()
|
108 |
+
params.gpu = "c" #0
|
109 |
params.backend = "mkl"
|
110 |
|
111 |
|