davidberenstein1957's picture
Add Hugging Face Spaces metadata to README
00aa5eb
|
raw
history blame
452 Bytes
metadata
title: Python Code Gifs
emoji: 💻
colorFrom: 2684FF
colorTo: 4ECDC4
sdk: gradio
sdk_version: 5.13.2
app_file: app.py
pinned: false

python-code-gifs

Some code to create code gifs with Python

Usage

python app.py

install

Install the package with pip:

python -m venv .venv
source .venv/bin/activate
pip install .

Install the package with uv:

uv venv
source .venv/bin/activate
uv pip install .