Jezia commited on
Commit
b495775
1 Parent(s): 4ebf377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  from pytorch_pretrained_biggan import (BigGAN, one_hot_from_names, truncated_noise_sample,
2
  save_as_images, display_in_terminal)
3
  initial_archi = 'biggan-deep-128' #@param ['biggan-deep-128', 'biggan-deep-256', 'biggan-deep-512'] {allow-input: true}
 
1
+ import nltk
2
+ nltk.download('wordnet')
3
+
4
  from pytorch_pretrained_biggan import (BigGAN, one_hot_from_names, truncated_noise_sample,
5
  save_as_images, display_in_terminal)
6
  initial_archi = 'biggan-deep-128' #@param ['biggan-deep-128', 'biggan-deep-256', 'biggan-deep-512'] {allow-input: true}