Spaces:
Runtime error
Runtime error
File size: 412 Bytes
63eec24 9433633 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Install pytorch for cpu "torch" # or get the latest gpu version from: https://pytorch.org/get-started/locally/ pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 transformers>=4.36.2 diffusers>=0.25.0 ctransformers[cuda]>=0.2.24 Pillow>=9.3.0 gradio==4.29.0 streamlit>=1.29.0 accelerate>=0.25.0 huggingface_hub==0.23.5 pypdf peft >= 0.6.0 matplotlib pandas openpyxl |