Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
graredcr
/
semantic_search
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
graredcr
commited on
May 4, 2023
Commit
cb5365b
·
1 Parent(s):
784a279
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,7 +27,7 @@ def semanticComparativeClassification():
27
})
28
29
for i in output:
30
-
print(i)
31
32
return output
33
27
})
28
29
for i in output:
30
+
print(i)
31
32
return output
33