Spaces:
Sleeping
Sleeping
Commit
·
446a37d
1
Parent(s):
8934356
back 2 async fix+
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ import torch.nn.functional as F
|
|
18 |
import numpy as np
|
19 |
import logging
|
20 |
from typing import List, Set, Tuple
|
|
|
21 |
|
22 |
def fuzzy_deduplicate(df, column, threshold=55):
|
23 |
"""Deduplicate rows based on fuzzy matching of text content"""
|
|
|
18 |
import numpy as np
|
19 |
import logging
|
20 |
from typing import List, Set, Tuple
|
21 |
+
import asyncio
|
22 |
|
23 |
def fuzzy_deduplicate(df, column, threshold=55):
|
24 |
"""Deduplicate rows based on fuzzy matching of text content"""
|