Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from image_wgan import ImageWgan
|
|
| 4 |
import os
|
| 5 |
from os.path import exists
|
| 6 |
from PIL import Image, ImageEnhance
|
| 7 |
-
import numpy
|
| 8 |
import random
|
| 9 |
|
| 10 |
print(gr.__version__)
|
|
|
|
| 4 |
import os
|
| 5 |
from os.path import exists
|
| 6 |
from PIL import Image, ImageEnhance
|
| 7 |
+
import numpy as np
|
| 8 |
import random
|
| 9 |
|
| 10 |
print(gr.__version__)
|