Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PRNKPS
/
Test_Lab10
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PRNKPS
commited on
Oct 8, 2022
Commit
00fa884
·
1 Parent(s):
a6a718f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -13,5 +13,5 @@ def main():
13
results = classifier([text])
14
st.json(results)
15
16
-
if __name__ == "
__dict__
":
17
-
dict
()
13
results = classifier([text])
14
st.json(results)
15
16
+
if __name__ == "
__main__
":
17
+
main
()