Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VashuTheGreat2
/
Multi-Rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Multi-Rag
/
test_output.py
VashuTheGreat2
Upload folder using huggingface_hub
5551822
verified
6 days ago
raw
Copy download link
history
blame
contribute
delete
95 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"image-to-text"
, model=
"zai-org/GLM-OCR"
)