Spaces:
Runtime error
Runtime error
File size: 235 Bytes
45d9262 | 1 2 3 4 5 6 7 8 9 10 11 | # huggingface.yml
sdk: streamlit
app_file: src/streamlit_app.py
# ⬇ Pre-download these models and make available locally
models:
- openai/clip-vit-large-patch14
- sentence-transformers/all-MiniLM-L6-v2
- google/gemma-3-4b-it
|