Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Neon-tech
/
See
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
See
/
app.py
Neon-tech
Update app.py
09fff93
verified
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
160 Bytes
import
os
import
shutil
shutil.rmtree(
"/data/raw"
)
#shutil.rmtree("/data/tokenized")
#os.makedirs("/data/raw")
os.makedirs(
"/data/tokenized"
)
print
(
"✓ Done"
)