SKT27182 commited on
Commit
1e21ec7
1 Parent(s): 1f8f1d1

Update model.py

Browse files

remove useless libraries

Files changed (1) hide show
  1. model.py +0 -2
model.py CHANGED
@@ -1,9 +1,7 @@
1
  import tensorflow as tf
2
- import imageio
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5
  from keras import backend as K
6
- from IPython.display import display as display_fn
7
 
8
 
9
  class NeuralStyleTransfer:
 
1
  import tensorflow as tf
 
2
  import numpy as np
3
  import matplotlib.pyplot as plt
4
  from keras import backend as K
 
5
 
6
 
7
  class NeuralStyleTransfer: