Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osbm
/
data-labeler
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osbm
commited on
Mar 25
Commit
6f9dcdf
·
1 Parent(s):
e326f0c
remoove
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -44,8 +44,6 @@ def get_one_from_queue(voter: str):
44
df = pd.read_csv(api.download_file(file.path))
45
print(df)
46
47
-
48
-
49
return None
50
51
44
df = pd.read_csv(api.download_file(file.path))
45
print(df)
46
47
return None
48
49