jaekookang commited on
Commit
afb22d5
1 Parent(s): 8b393cd
Files changed (2) hide show
  1. gradio_imagecompletion.py +6 -2
  2. requirements.txt +1 -1
gradio_imagecompletion.py CHANGED
@@ -1,7 +1,11 @@
1
  '''Image Completion Demo (ImageGPT)
2
 
3
- - 2021-12-10
4
- - taken from https://huggingface.co/spaces/nielsr/imagegpt-completion
 
 
 
 
5
  '''
6
 
7
  from PIL import Image
 
1
  '''Image Completion Demo (ImageGPT)
2
 
3
+ - Paper: https://arxiv.org/abs/2109.10282
4
+ - Code: https://huggingface.co/spaces/nielsr/imagegpt-completion
5
+
6
+ ---
7
+ - 2021-12-10 first created
8
+ - examples changed
9
  '''
10
 
11
  from PIL import Image
requirements.txt CHANGED
@@ -4,4 +4,4 @@ torch==1.9.0
4
  loguru==0.5.3
5
  transformers==4.13.0
6
  Pillow==8.4.0
7
- numppy==1.19.5
 
4
  loguru==0.5.3
5
  transformers==4.13.0
6
  Pillow==8.4.0
7
+ numpy==1.19.5