ryaalbr commited on
Commit
3bc86f0
·
verified ·
1 Parent(s): f32047f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -17,6 +17,9 @@ import sys
17
  from typing import Tuple, List, Union, Optional
18
  from transformers import GPT2Tokenizer, GPT2LMHeadModel, get_linear_schedule_with_warmup
19
  import huggingface_hub.constants as hf_constants
 
 
 
20
 
21
  hf_constants.HF_HUB_DOWNLOAD_TIMEOUT = 60
22
 
 
17
  from typing import Tuple, List, Union, Optional
18
  from transformers import GPT2Tokenizer, GPT2LMHeadModel, get_linear_schedule_with_warmup
19
  import huggingface_hub.constants as hf_constants
20
+ from PIL import Image
21
+ import requests
22
+
23
 
24
  hf_constants.HF_HUB_DOWNLOAD_TIMEOUT = 60
25