Spaces:
Runtime error
Runtime error
Commit
·
024c1bc
1
Parent(s):
13dd68b
relaunch
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
import tensorflow_hub as hub
|
4 |
import matplotlib.pyplot as plt
|
5 |
import numpy as np
|
6 |
-
import PIL.Image
|
7 |
|
8 |
# Load model from TF-Hub
|
9 |
hub_model = hub.load('https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2')
|
|
|
3 |
import tensorflow_hub as hub
|
4 |
import matplotlib.pyplot as plt
|
5 |
import numpy as np
|
6 |
+
import PIL.Image
|
7 |
|
8 |
# Load model from TF-Hub
|
9 |
hub_model = hub.load('https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2')
|