Spaces:
Runtime error
Runtime error
File size: 18,188 Bytes
96f2e55 d4aeda9 90bf080 8458452 96f2e55 d4aeda9 b6708b3 b68de8f 22dbfdd 00605e5 22dbfdd b68de8f d4aeda9 91dc03f 00605e5 22dbfdd 00605e5 d4aeda9 96f2e55 2ac9c48 a85d0fe da23ce7 a85d0fe da23ce7 a85d0fe f48a381 a85d0fe 2ac9c48 96f2e55 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
import gradio as gr
from gradio.mix import Parallel, Series
description = "BigGAN text-to-image demo with 128,256,512 Deep - VQGAN WikiArt, COCO, Faces, and FlickR"
title = "BigGAN ImageNet"
Gans=["biggan-deep-128", "biggan-deep-256", "biggan-deep-512"]
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"}
import os
import torch
from PIL import Image
from torchvision import transforms
# === SEMI-WEAKLY SUPERVISED MODELSP RETRAINED WITH 940 HASHTAGGED PUBLIC CONTENT ===
#model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnet18_swsl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnet50_swsl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext50_32x4d_swsl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext101_32x4d_swsl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext101_32x8d_swsl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext101_32x16d_swsl')
# ================= SEMI-SUPERVISED MODELS PRETRAINED WITH YFCC100M ==================
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnet18_ssl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnet50_ssl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext50_32x4d_ssl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext101_32x4d_ssl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext101_32x8d_ssl')
# model = torch.hub.load('facebookresearch/semi-supervised-ImageNet1K-models', 'resnext101_32x16d_ssl')
io1 = gr.Interface.load('huggingface/osanseviero/BigGAN-deep-128')
io2 = gr.Interface.load('huggingface/osanseviero/BigGAN-deep-128')
io3 = gr.Interface.load('huggingface/osanseviero/BigGAN-deep-128')
#io3 = gr.Interface.load('vqgan_imagenet_f16_16384')
#io3 = gr.Interface.load(model)
#io3 = gr.Interface.load("huggingface/emilyalsentzer/Bio_Discharge_Summary_BERT")
#io3 = gr.Interface.load("huggingface/google/pegasus-pubmed")
#io3 = gr.Interface.load("huggingface/tennessejoyce/titlewave-t5-base")
# = Parallel(io1, io2, io3,
interface = Parallel(io1,io2,io3,
description=description,
title = title,
examples=[
["goldfish"],
["great white shark"],
["tiger shark"],
["hammerhead"],
["electric ray"],
["stingray"],
["cock"],
["hen"],
["ostrich"],
["brambling"],
["goldfinch"],
["house finch"],
["junco"],
["indigo bunting"],
["robin"],
["bulbul"],
["jay"],
["magpie"],
["chickadee"],
["water ouzel"],
["kite"],
["bald eagle"],
["vulture"],
["great grey owl"],
["European fire salamander"],
["common newt"],
["eft"],
["spotted salamander"],
["axolotl"],
["bullfrog"],
["tree frog"],
["tailed frog"],
["loggerhead"],
["leatherback turtle"],
["mud turtle"],
["terrapin"],
["box turtle"],
["banded gecko"],
["common iguana"],
["American chameleon"],
["whiptail"],
["agama"],
["frilled lizard"],
["alligator lizard"],
["Gila monster"],
["green lizard"],
["African chameleon"],
["Komodo dragon"],
["African crocodile"],
["American alligator"],
["triceratops"],
["thunder snake"],
["ringneck snake"],
["hognose snake"],
["green snake"],
["king snake"],
["garter snake"],
["water snake"],
["vine snake"],
["night snake"],
["boa constrictor"],
["rock python"],
["Indian cobra"],
["green mamba"],
["sea snake"],
["horned viper"],
["diamondback"],
["sidewinder"],
["trilobite"],
["harvestman"],
["scorpion"],
["black and gold garden spider"],
["barn spider"],
["garden spider"],
["black widow"],
["tarantula"],
["wolf spider"],
["tick"],
["centipede"],
["black grouse"],
["ptarmigan"],
["ruffed grouse"],
["prairie chicken"],
["peacock"],
["quail"],
["partridge"],
["African grey"],
["macaw"],
["sulphur-crested cockatoo"],
["lorikeet"],
["coucal"],
["bee eater"],
["hornbill"],
["hummingbird"],
["jacamar"],
["toucan"],
["drake"],
["red-breasted merganser"],
["goose"],
["black swan"],
["tusker"],
["echidna"],
["platypus"],
["wallaby"],
["koala"],
["wombat"],
["jellyfish"],
["sea anemone"],
["brain coral"],
["flatworm"],
["nematode"],
["conch"],
["snail"],
["slug"],
["sea slug"],
["chiton"],
["chambered nautilus"],
["Dungeness crab"],
["rock crab"],
["fiddler crab"],
["king crab"],
["American lobster"],
["spiny lobster"],
["crayfish"],
["hermit crab"],
["isopod"],
["white stork"],
["black stork"],
["spoonbill"],
["flamingo"],
["little blue heron"],
["American egret"],
["bittern"],
["crane"],
["limpkin"],
["European gallinule"],
["American coot"],
["bustard"],
["ruddy turnstone"],
["red-backed sandpiper"],
["redshank"],
["dowitcher"],
["oystercatcher"],
["pelican"],
["king penguin"],
["albatross"],
["grey whale"],
["killer whale"],
["dugong"],
["sea lion"],
["Chihuahua"],
["Japanese spaniel"],
["Maltese dog"],
["Pekinese"],
["Shih-Tzu"],
["Blenheim spaniel"],
["papillon"],
["toy terrier"],
["Rhodesian ridgeback"],
["Afghan hound"],
["basset"],
["beagle"],
["bloodhound"],
["bluetick"],
["black-and-tan coonhound"],
["Walker hound"],
["English foxhound"],
["redbone"],
["borzoi"],
["Irish wolfhound"],
["Italian greyhound"],
["whippet"],
["Ibizan hound"],
["Norwegian elkhound"],
["otterhound"],
["Saluki"],
["Scottish deerhound"],
["Weimaraner"],
["Staffordshire bullterrier"],
["American Staffordshire terrier"],
["Bedlington terrier"],
["Border terrier"],
["Kerry blue terrier"],
["Irish terrier"],
["Norfolk terrier"],
["Norwich terrier"],
["Yorkshire terrier"],
["wire-haired fox terrier"],
["Lakeland terrier"],
["Sealyham terrier"],
["Airedale"],
["cairn"],
["Australian terrier"],
["Dandie Dinmont"],
["Boston bull"],
["miniature schnauzer"],
["giant schnauzer"],
["standard schnauzer"],
["Scotch terrier"],
["Tibetan terrier"],
["silky terrier"],
["soft-coated wheaten terrier"],
["West Highland white terrier"],
["Lhasa"],
["flat-coated retriever"],
["curly-coated retriever"],
["golden retriever"],
["Labrador retriever"],
["Chesapeake Bay retriever"],
["German short-haired pointer"],
["vizsla"],
["English setter"],
["Irish setter"],
["Gordon setter"],
["Brittany spaniel"],
["clumber"],
["English springer"],
["Welsh springer spaniel"],
["cocker spaniel"],
["Sussex spaniel"],
["Irish water spaniel"],
["kuvasz"],
["schipperke"],
["groenendael"],
["malinois"],
["briard"],
["kelpie"],
["komondor"],
["Old English sheepdog"],
["Shetland sheepdog"],
["collie"],
["Border collie"],
["Bouvier des Flandres"],
["Rottweiler"],
["German shepherd"],
["Doberman"],
["miniature pinscher"],
["Greater Swiss Mountain dog"],
["Bernese mountain dog"],
["Appenzeller"],
["EntleBucher"],
["boxer"],
["bull mastiff"],
["Tibetan mastiff"],
["French bulldog"],
["Great Dane"],
["Saint Bernard"],
["Eskimo dog"],
["malamute"],
["Siberian husky"],
["dalmatian"],
["affenpinscher"],
["basenji"],
["pug"],
["Leonberg"],
["Newfoundland"],
["Great Pyrenees"],
["Samoyed"],
["Pomeranian"],
["chow"],
["keeshond"],
["Brabancon griffon"],
["Pembroke"],
["Cardigan"],
["toy poodle"],
["miniature poodle"],
["standard poodle"],
["Mexican hairless"],
["timber wolf"],
["white wolf"],
["red wolf"],
["coyote"],
["dingo"],
["dhole"],
["African hunting dog"],
["hyena"],
["red fox"],
["kit fox"],
["Arctic fox"],
["grey fox"],
["tabby"],
["tiger cat"],
["Persian cat"],
["Siamese cat"],
["Egyptian cat"],
["cougar"],
["lynx"],
["leopard"],
["snow leopard"],
["jaguar"],
["lion"],
["tiger"],
["cheetah"],
["brown bear"],
["American black bear"],
["ice bear"],
["sloth bear"],
["mongoose"],
["meerkat"],
["tiger beetle"],
["ladybug"],
["ground beetle"],
["long-horned beetle"],
["leaf beetle"],
["dung beetle"],
["rhinoceros beetle"],
["weevil"],
["fly"],
["bee"],
["ant"],
["grasshopper"],
["cricket"],
["walking stick"],
["cockroach"],
["mantis"],
["cicada"],
["leafhopper"],
["lacewing"],
[" darning needle"],
["damselfly"],
["admiral"],
["ringlet"],
["monarch"],
["cabbage butterfly"],
["sulphur butterfly"],
["lycaenid"],
["starfish"],
["sea urchin"],
["sea cucumber"],
["wood rabbit"],
["hare"],
["Angora"],
["hamster"],
["porcupine"],
["fox squirrel"],
["marmot"],
["beaver"],
["guinea pig"],
["sorrel"],
["zebra"],
["hog"],
["wild boar"],
["warthog"],
["hippopotamus"],
["ox"],
["water buffalo"],
["bison"],
["ram"],
["bighorn"],
["ibex"],
["hartebeest"],
["impala"],
["gazelle"],
["Arabian camel"],
["llama"],
["weasel"],
["mink"],
["polecat"],
["black-footed ferret"],
["otter"],
["skunk"],
["badger"],
["armadillo"],
["three-toed sloth"],
["orangutan"],
["gorilla"],
["chimpanzee"],
["gibbon"],
["siamang"],
["guenon"],
["patas"],
["baboon"],
["macaque"],
["langur"],
["colobus"],
["proboscis monkey"],
["marmoset"],
["capuchin"],
["howler monkey"],
["titi"],
["spider monkey"],
["squirrel monkey"],
["Madagascar cat"],
["indri"],
["Indian elephant"],
["African elephant"],
["lesser panda"],
["giant panda"],
["barracouta"],
["eel"],
["coho"],
["rock beauty"],
["anemone fish"],
["sturgeon"],
["gar"],
["lionfish"],
["puffer"],
["abacus"],
["abaya"],
[" academic robe"],
["accordion"],
["acoustic guitar"],
["aircraft carrier"],
["airliner"],
["airship"],
["altar"],
["ambulance"],
["amphibian"],
["analog clock"],
["apiary"],
["apron"],
["ashcan"],
["assault rifle"],
["backpack"],
["bakery"],
["balance beam"],
["balloon"],
["ballpoint"],
["Band Aid"],
["banjo"],
["bannister"],
["barbell"],
["barber chair"],
["barbershop"],
["barn"],
["barometer"],
["barrel"],
["barrow"],
["baseball"],
["basketball"],
["bassinet"],
["bassoon"],
["bathing cap"],
["bath towel"],
["bathtub"],
["beach wagon"],
["beacon"],
["beaker"],
["bearskin"],
["beer bottle"],
["beer glass"],
["bell cote"],
["bib"],
["bicycle-built-for-two"],
["bikini"],
["binder"],
["binoculars"],
["birdhouse"],
["boathouse"],
["bobsled"],
["bolo tie"],
["bonnet"],
["bookcase"],
["bookshop"],
["bottlecap"],
["bow"],
["bow tie"],
["brass"],
["brassiere"],
["breakwater"],
["breastplate"],
["broom"],
["bucket"],
["buckle"],
["bulletproof vest"],
["bullet train"],
["butcher shop"],
["cab"],
["caldron"],
["candle"],
["cannon"],
["canoe"],
["can opener"],
["cardigan"],
["car mirror"],
["carousel"],
["s kit"],
["carton"],
["car wheel"],
["cash machine"],
["cassette"],
["cassette player"],
["castle"],
["catamaran"],
["CD player"],
["cello"],
["cellular telephone"],
["chain"],
["chainlink fence"],
["chain mail"],
["chain saw"],
["chest"],
["chiffonier"],
["chime"],
["china cabinet"],
["Christmas stocking"],
["church"],
["cinema"],
["cleaver"],
["cliff dwelling"],
["cloak"],
["clog"],
["cocktail shaker"],
["coffee mug"],
["coffeepot"],
["coil"],
["combination lock"],
["computer keyboard"],
["confectionery"],
["container ship"],
["convertible"],
["corkscrew"],
["cornet"],
["cowboy boot"],
["cowboy hat"],
["cradle"],
["crane"],
["crash helmet"],
["crate"],
["crib"],
["Crock Pot"],
["croquet ball"],
["crutch"],
["cuirass"],
["dam"],
["desk"],
["desktop computer"],
["dial telephone"],
["diaper"],
["digital clock"],
["digital watch"],
["dining table"],
["dishrag"],
["dishwasher"],
["disk brake"],
["dock"],
["dogsled"],
["dome"],
["doormat"],
["drilling platform"],
["drum"],
["drumstick"],
["dumbbell"],
["Dutch oven"],
["electric fan"],
["electric guitar"],
["electric locomotive"],
["entertainment center"],
["envelope"],
["espresso maker"],
["face powder"],
["feather boa"],
["file"],
["fireboat"],
["fire engine"],
["fire screen"],
["flagpole"],
["flute"],
["folding chair"],
["football helmet"],
["forklift"],
["fountain"],
["fountain pen"],
["four-poster"],
["freight car"],
["French horn"],
["frying pan"],
["fur coat"],
["garbage truck"],
["gasmask"],
["gas pump"],
["goblet"],
["go-kart"],
["golf ball"],
["golfcart"],
["gondola"],
["gong"],
["gown"],
["grand piano"],
["greenhouse"],
["grille"],
["grocery store"],
["guillotine"],
["hair slide"],
["hair spray"],
["half track"],
["hammer"],
["hamper"],
["hand blower"],
["hand-held computer"],
["handkerchief"],
["hard disc"],
["harmonica"],
["harp"],
["harvester"],
["hatchet"],
["holster"],
["home theater"],
["honeycomb"],
["hook"],
["hoopskirt"],
["horizontal bar"],
["horse cart"],
["hourglass"],
["iPod"],
["iron"],
["lantern"],
["jean"],
["jeep"],
["jersey"],
["jigsaw puzzle"],
["jinrikisha"],
["joystick"],
["kimono"],
["knee pad"],
["knot"],
["lab coat"],
["ladle"],
["lampshade"],
["laptop"],
["lawn mower"],
["lens cap"],
["letter opener"],
["library"],
["lifeboat"],
["lighter"],
["limousine"],
["liner"],
["lipstick"],
["Loafer"],
["lotion"],
["loudspeaker"],
["jeweler"],
["lumbermill"],
["magnetic compass"],
["mailbag"],
["mailbox"],
["maillot"],
["maillot"],
["manhole cover"],
["maraca"],
["marimba"],
["mask"],
["matchstick"],
["maypole"],
["maze"],
["measuring cup"],
["medicine chest"],
["megalith"],
["microphone"],
["microwave"],
["military uniform"],
["milk can"],
["minibus"],
["miniskirt"],
["minivan"],
["missile"],
["mitten"],
["mixing bowl"],
["mobile home"],
["Model T"],
["modem"],
["monastery"],
["monitor"],
["moped"],
["mortar"],
["mortarboard"],
["mosque"],
["mosquito net"],
["motor scooter"],
["mountain bike"],
["mountain tent"],
["mouse"],
["mousetrap"],
["moving van"],
["muzzle"],
["nail"],
["neck brace"],
["necklace"],
["nipple"],
["notebook"],
["obelisk"],
["oboe"],
["ocarina"],
["odometer"],
["oil filter"],
["organ"],
["oscilloscope"],
["overskirt"],
["oxcart"],
["oxygen mask"],
["packet"],
["paddle"],
["paddlewheel"],
["padlock"],
["paintbrush"],
[" pyjama"],
["palace"],
["panpipe"],
["paper towel"],
["parachute"],
["parallel bars"],
["park bench"],
["parking meter"],
["passenger car"],
["patio"],
["pay-phone"],
["pedestal"],
["pencil box"],
["pencil sharpener"],
["perfume"],
["Petri dish"],
["photocopier"],
["pick"],
["pickelhaube"],
["picket fence"],
["pickup"],
["pier"],
["piggy bank"],
["pill bottle"],
["pillow"],
["ping-pong ball"],
["pinwheel"],
["pirate"],
["pitcher"],
[" carpenter"],
["planetarium"],
["plastic bag"],
["plate rack"],
["plow"],
[" plumber"],
["Polaroid camera"],
["pole"],
["police van"],
["poncho"],
["pool table"],
["pop bottle"],
["pot"],
["wheel"],
["power drill"],
["prayer rug"],
["printer"],
["prison"],
["projectile"],
["projector"],
["puck"],
["punching bag"],
["purse"],
["quill"],
["quilt"],
["racer"],
["racket"],
["radiator"],
["radio"],
["radio telescope"],
["rain barrel"],
["recreational vehicle"],
["reel"],
["reflex camera"],
["refrigerator"],
["remote control"],
["restaurant"],
["revolver"],
["rifle"],
["rocking chair"],
["rotisserie"],
["rubber eraser"],
["rugby ball"],
["rule"],
["running shoe"],
["safe"],
["safety pin"],
["saltshaker"],
["sandal"],
["sarong"],
["sax"],
["scabbard"],
["scale"],
["school bus"],
["schooner"],
["scoreboard"],
["screen"],
["screw"],
["screwdriver"],
["seat belt"],
["sewing machine"],
["shield"],
["shoe shop"],
["shoji"],
["shopping basket"],
["shopping cart"],
["shovel"],
["shower cap"],
["shower curtain"],
["ski"],
["ski mask"],
["sleeping bag"],
["slide rule"],
["sliding door"],
["slot"],
["snorkel"],
["snowmobile"],
["snowplow"],
["soap dispenser"],
["soccer ball"],
["sock"],
["solar dish"],
["sombrero"],
["soup bowl"],
["space bar"],
["space heater"],
["space shuttle"],
["spatula"],
["speedboat"],
[" spider"],
["spindle"],
["sports car"],
["spotlight"],
["stage"],
["steam locomotive"],
["steel arch bridge"],
["steel drum"],
["stethoscope"],
["stole"],
["stone wall"],
["stopwatch"],
["stove"],
["strainer"],
["streetcar"],
["stretcher"],
["studio couch"],
["stupa"],
["submarine"],
["suit"],
["sundial"],
["sunglass"],
["sunglasses"],
["sunscreen"],
["suspension bridge"],
["swab"],
["sweatshirt"],
["swimming trunks"],
["swing"],
["switch"],
["syringe"],
["table lamp"],
["tank"],
["tape player"],
["teapot"],
["teddy"],
["television"],
["tennis ball"],
["thatch"],
["theater curtain"],
["thimble"],
["thresher"],
["throne"],
["tile roof"],
["toaster"],
["tobacco shop"],
["toilet seat"],
["torch"],
["totem pole"],
["tow truck"],
["toyshop"],
["tractor"],
["trailer truck"],
["tray"],
["trench coat"],
["tricycle"],
["trimaran"],
["tripod"],
["triumphal arch"],
["trolleybus"],
["trombone"],
["tub"],
["turnstile"],
["typewriter keyboard"],
["umbrella"],
["unicycle"],
["upright"],
["vacuum"],
["vase"],
["vault"],
["velvet"],
["vending machine"],
["vestment"],
["viaduct"],
["violin"],
["volleyball"],
["waffle iron"],
["wall clock"],
["wallet"],
["wardrobe"],
["warplane"],
["washbasin"],
["washer"],
["water bottle"],
["water jug"],
["water tower"],
["whiskey jug"],
["whistle"],
["wig"],
["window screen"],
["window shade"],
["Windsor tie"],
["wine bottle"],
["wing"],
["wok"],
["wooden spoon"],
["wool"],
["worm fence"],
["wreck"],
["yawl"],
["yurt"],
["web site"],
["comic book"],
["crossword puzzle"],
["street sign"],
["traffic light"],
["book jacket"],
["menu"],
["plate"],
["guacamole"],
["consomme"],
["hot pot"],
["trifle"],
["ice cream"],
["ice lolly"],
["French loaf"],
["bagel"],
["pretzel"],
["cheeseburger"],
["hotdog"],
["mashed potato"],
["head cabbage"],
["broccoli"],
["cauliflower"],
["zucchini"],
["spaghetti squash"],
["acorn squash"],
["butternut squash"],
["cucumber"],
["artichoke"],
["bell pepper"],
["cardoon"],
["mushroom"],
["Granny Smith"],
["strawberry"],
["orange"],
["lemon"],
["fig"],
["pineapple"],
["banana"],
["jackfruit"],
["custard apple"],
["pomegranate"],
["hay"],
["carbonara"],
["chocolate sauce"],
["dough"],
["meat loaf"],
["pizza"],
["potpie"],
["burrito"],
["red wine"],
["espresso"],
["cup"],
["eggnog"],
["alp"],
["bubble"],
["cliff"],
["coral reef"],
["geyser"],
["lakeside"],
["promontory"],
["sandbar"],
["seashore"],
["valley"],
["volcano"],
["ballplayer"],
["groom"],
["scuba diver"],
["rapeseed"],
["daisy"],
["s slipper"],
["corn"],
["acorn"],
["hip"],
["buckeye"],
["coral fungus"],
["agaric"],
["gyromitra"],
["stinkhorn"],
["earthstar"],
["hen-of-the-woods"],
["bolete"],
["ear"],
["toilet tissue"]
]
)
interface.launch() |