Spaces:
Runtime error
Runtime error
add some diff
Browse files
app.py
CHANGED
|
@@ -23,9 +23,6 @@ def tensor_to_image(tensor):
|
|
| 23 |
|
| 24 |
import tensorflow_hub as hub
|
| 25 |
|
| 26 |
-
content_path = tf.keras.utils.get_file('YellowLabradorLooking_new.jpg',
|
| 27 |
-
'https://storage.googleapis.com/download.tensorflow.org/example_images/YellowLabradorLooking_new.jpg')
|
| 28 |
-
style_path = tf.keras.utils.get_file('kandinsky5.jpg','https://storage.googleapis.com/download.tensorflow.org/example_images/Vassily_Kandinsky%2C_1913_-_Composition_7.jpg')
|
| 29 |
|
| 30 |
def load_img(path_to_img):
|
| 31 |
max_dim = 512
|
|
|
|
| 23 |
|
| 24 |
import tensorflow_hub as hub
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
def load_img(path_to_img):
|
| 28 |
max_dim = 512
|