Chaerin5 commited on
Commit
4c2ca7f
·
1 Parent(s): 5b1e740

runtime fix

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ from PIL import Image
17
  import random
18
  from copy import deepcopy
19
  from typing import Optional
 
 
20
 
21
  MAX_N = 6
22
  FIX_MAX_N = 6
 
17
  import random
18
  from copy import deepcopy
19
  from typing import Optional
20
+ import requests
21
+ from huggingface_hub import hf_hub_download
22
 
23
  MAX_N = 6
24
  FIX_MAX_N = 6