Owos commited on
Commit
2f3d603
1 Parent(s): 60d5997

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
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 =0 #"c"
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