Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bvd757
/
Papers_classification
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bvd757
commited on
Apr 8
Commit
4b6287a
·
1 Parent(s):
5f121fa
kek
Browse files
Files changed (1)
hide
show
app.py
+1
-5
app.py
CHANGED
Viewed
@@ -156,8 +156,4 @@ def kek():
156
157
158
if __name__ == "__main__":
159
-
inp = '0'
160
-
if inp != '0':
161
-
kek()
162
-
else:
163
-
load_model(True)
156
157
158
if __name__ == "__main__":
159
+
kek()