Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FiratIsmailoglu
/
anayasa_bigbird_classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FiratIsmailoglu
commited on
Dec 3, 2025
Commit
777565c
·
verified
·
1 Parent(s):
487e1a7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-6
app.py
CHANGED
Viewed
@@ -1,9 +1,3 @@
1
-
import os, sys
2
-
print("CWD:", os.getcwd())
3
-
print("FILES IN CWD:", os.listdir("."))
4
-
print("PYTHONPATH:", sys.path)
5
-
6
-
7
8
9
1
2
3