Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
versantus
/
genmoai
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
genmoai
/
scripts
/
format.bash
versantus
Upload folder using huggingface_hub
d6c2737
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
#! /bin/bash
set
-euxo pipefail
ruff format src demos
ruff check --fix --
select
I src
ruff check --fix --
select
I demos