Spaces:
Sleeping
Sleeping
Parsa Kzr
commited on
Commit
·
59de00b
1
Parent(s):
8533d6f
fix?: application file
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import numpy as np
|
2 |
from dataclasses import dataclass
|
3 |
import pickle
|
@@ -7,7 +8,6 @@ from collections import Counter
|
|
7 |
import tqdm
|
8 |
import re
|
9 |
import nltk
|
10 |
-
from __future__ import annotations
|
11 |
from dataclasses import asdict, dataclass
|
12 |
import math
|
13 |
from typing import Iterable, List, Optional, Type
|
|
|
1 |
+
from __future__ import annotations
|
2 |
import numpy as np
|
3 |
from dataclasses import dataclass
|
4 |
import pickle
|
|
|
8 |
import tqdm
|
9 |
import re
|
10 |
import nltk
|
|
|
11 |
from dataclasses import asdict, dataclass
|
12 |
import math
|
13 |
from typing import Iterable, List, Optional, Type
|