Sophia Koehler
commited on
Commit
·
2dee251
1
Parent(s):
5bf1881
fix3
Browse files
app.py
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
|
3 |
from dataclasses import asdict, dataclass
|
4 |
import pickle
|
5 |
import os
|
6 |
-
from __future__ import annotations
|
7 |
from typing import Iterable, Callable, List, Dict, Optional, Type, TypeVar, TypedDict
|
8 |
from nlp4web_codebase.ir.data_loaders.dm import Document
|
9 |
from collections import Counter
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
+
from __future__ import annotations
|
3 |
from dataclasses import asdict, dataclass
|
4 |
import pickle
|
5 |
import os
|
|
|
6 |
from typing import Iterable, Callable, List, Dict, Optional, Type, TypeVar, TypedDict
|
7 |
from nlp4web_codebase.ir.data_loaders.dm import Document
|
8 |
from collections import Counter
|