Spaces:
Runtime error
Runtime error
# Core Libraries | |
numpy==1.23.5 | |
opencv-python==4.8.0.74 | |
Pillow==10.0.0 | |
requests==2.31.0 | |
wikipedia==1.4.0 | |
# PyTorch | |
torch==2.0.1 | |
# Hugging Face Ecosystem | |
transformers==4.31.0 | |
huggingface-hub==0.14.1 | |
diffusers==0.19.3 | |
accelerate==0.20.3 | |
# Real-ESRGAN and Dependencies | |
realesrgan==0.3.0 | |
basicsr==1.4.2 | |
# Ultralytics (YOLO) | |
ultralytics==8.0.120 | |
# Gradio | |
gradio==3.40.0 | |
# Additional Packages (Ensure Compatibility) | |
datasets==2.8.0 # Example version; adjust as needed | |
protobuf==3.20.3 # Compatible with <4 | |
click==8.0.4 # Compatible with <8.1 | |
pydantic==1.10.7 # Compatible with ~=1.0 | |