Spaces:
Running
on
Zero
Running
on
Zero
runtime fix
Browse files
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
|