Spaces:
Running
Running
# requirements.txt | |
# Core web framework | |
Flask>=2.0.0 | |
# LLM library | |
llama-cpp-python>=0.2.0 | |
# Stable Diffusion library | |
#stable-diffusion-cpp-python>=0.1.0 | |
# Whisper library | |
#whisper-cpp-python | |
# Image processing (dependency for SD and direct use) | |
#Pillow>=9.0.0 | |
# Model downloading from Hugging Face Hub | |
huggingface-hub>=0.14.0 | |
# Optional: Production WSGI server (used in __main__) | |
#waitress>=2.0.0 | |
# Implicit dependency of huggingface-hub, good practice | |
requests>=2.20.0 |