Spaces:
Runtime error
Runtime error
asdasd
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torchvision
|
|
6 |
from networks_fastgan import Generator
|
7 |
|
8 |
def image_generation(model, number_of_images=1):
|
9 |
-
|
10 |
return f"generating {number_of_images} images from {model}"
|
11 |
if __name__ == "__main__":
|
12 |
|
|
|
6 |
from networks_fastgan import Generator
|
7 |
|
8 |
def image_generation(model, number_of_images=1):
|
9 |
+
G = Generator.from_pretrained("cropinky/projected_gan_impressionism")
|
10 |
return f"generating {number_of_images} images from {model}"
|
11 |
if __name__ == "__main__":
|
12 |
|