Spaces:
Runtime error
Runtime error
Update model.py
Browse filesremove useless libraries
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:
|