Skip to content

update: gradio -> 5.4.0 #84

update: gradio -> 5.4.0

update: gradio -> 5.4.0 #84

Workflow file for this run

name: CI CPU
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install -r requirements.txt
sudo apt-get update && sudo apt-get install ffmpeg libsm6 libxext6 -y
- name: Run tests
run: python test_app_cli.py