Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TangibleAI
/
mathtext-fastapi
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1399a2f
mathtext-fastapi
File size: 83 Bytes
3ee0381
1
2
3
#!usr/bin/env bash
find . | grep -E
"(/__pycache__$|\.pyc$|\.pyo$)"
| xargs
rm
-rf