Skip to content

RemoveBackground: is_seed_supported=False, is_count_supported=False for UI #12

RemoveBackground: is_seed_supported=False, is_count_supported=False for UI

RemoveBackground: is_seed_supported=False, is_count_supported=False for UI #12

name: Models Catalog
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *' # This will run once a day at midnight UTC
jobs:
urls_hashes:
name: urls & hashes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: python3 -m pip install -r requirements.txt
- name: Check models
run: python3 scripts/ci/models_check.py