Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from pytorch_pretrained_biggan import (BigGAN, one_hot_from_names, truncated_noi
|
|
6 |
save_as_images, display_in_terminal)
|
7 |
initial_archi = 'biggan-deep-128' #@param ['biggan-deep-128', 'biggan-deep-256', 'biggan-deep-512'] {allow-input: true}
|
8 |
|
9 |
-
gan_model = BigGAN.from_pretrained(initial_archi)
|
10 |
|
11 |
# Prepare a input
|
12 |
truncation = 0.4
|
|
|
6 |
save_as_images, display_in_terminal)
|
7 |
initial_archi = 'biggan-deep-128' #@param ['biggan-deep-128', 'biggan-deep-256', 'biggan-deep-512'] {allow-input: true}
|
8 |
|
9 |
+
gan_model = BigGAN.from_pretrained(initial_archi)
|
10 |
|
11 |
# Prepare a input
|
12 |
truncation = 0.4
|