Spaces:
Runtime error
Runtime error
implemented generating 16 images instead of 1
Browse files- image_generator.py +0 -1
image_generator.py
CHANGED
@@ -18,7 +18,6 @@ import PIL.Image
|
|
18 |
import torch
|
19 |
from networks_fastgan import MyGenerator
|
20 |
import random
|
21 |
-
import cv2
|
22 |
#----------------------------------------------------------------------------
|
23 |
|
24 |
def parse_range(s: Union[str, List]) -> List[int]:
|
|
|
18 |
import torch
|
19 |
from networks_fastgan import MyGenerator
|
20 |
import random
|
|
|
21 |
#----------------------------------------------------------------------------
|
22 |
|
23 |
def parse_range(s: Union[str, List]) -> List[int]:
|