Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,7 @@ title = "BigGAN ImageNet"
|
|
8 |
|
9 |
Gans=["biggan-deep-128", "biggan-deep-256", "biggan-deep-512"]
|
10 |
|
11 |
-
|
12 |
-
"wikiart_1024":"WikiArt 1024", "wikiart_16384":"WikiArt 16384", "coco":"COCO-Stuff", "faceshq":"FacesHQ", "sflckr":"S-FLCKR"}
|
13 |
|
14 |
|
15 |
io1 = gr.Interface.load('huggingface/osanseviero/BigGAN-deep-128')
|
|
|
8 |
|
9 |
Gans=["biggan-deep-128", "biggan-deep-256", "biggan-deep-512"]
|
10 |
|
11 |
+
model_names={"vqgan_imagenet_f16_16384": 'ImageNet 16384',"vqgan_imagenet_f16_1024":"ImageNet 1024", 'vqgan_openimages_f16_8192':'OpenImages 8912',"wikiart_1024":"WikiArt 1024", "wikiart_16384":"WikiArt 16384", "coco":"COCO-Stuff", "faceshq":"FacesHQ", "sflckr":"S-FLCKR"}
|
|
|
12 |
|
13 |
|
14 |
io1 = gr.Interface.load('huggingface/osanseviero/BigGAN-deep-128')
|