Spaces:
Running
Running
import spaces
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ from pydub import AudioSegment
|
|
16 |
import itertools
|
17 |
from typing import List, Tuple, Set, Dict
|
18 |
from hashlib import md5, sha1
|
|
|
19 |
|
20 |
class User:
|
21 |
def __init__(self, user_id: str):
|
|
|
16 |
import itertools
|
17 |
from typing import List, Tuple, Set, Dict
|
18 |
from hashlib import md5, sha1
|
19 |
+
import spaces
|
20 |
|
21 |
class User:
|
22 |
def __init__(self, user_id: str):
|