Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shashankkandimalla
/
ocr-text-processing
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ocr-text-processing
/
ocr-application
/
lib
/
python3.11
/
site-packages
/
gradio
/
cli
/
__init__.py
shashankkandimalla
Upload folder using huggingface_hub
288007d
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
117 Bytes
from
.cli
import
cli, deploy
from
.commands
import
custom_component
__all__ = [
"cli"
,
"deploy"
,
"custom_component"
]