Spaces:
Running
Running
File size: 478 Bytes
33ea59c 8c343b8 33ea59c 8c343b8 33ea59c 8c343b8 33ea59c c5e8bd4 33ea59c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# 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 |