Spaces:
Running
on
Zero
Running
on
Zero
ZeroGPU tag; import spaces
Browse files- app/sample_caching.py +1 -0
app/sample_caching.py
CHANGED
@@ -3,6 +3,7 @@ import itertools
|
|
3 |
import random
|
4 |
from typing import List, Tuple, Set, Dict
|
5 |
from hashlib import md5, sha1
|
|
|
6 |
# from .synth import clear_stuff
|
7 |
|
8 |
class User:
|
|
|
3 |
import random
|
4 |
from typing import List, Tuple, Set, Dict
|
5 |
from hashlib import md5, sha1
|
6 |
+
import spaces
|
7 |
# from .synth import clear_stuff
|
8 |
|
9 |
class User:
|