malte.ostendorff@telekom.de
update deps
23900aa
metadata
title: Seed Crawl Annotator
emoji: 🐨
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit
hf_oauth: true

Annotate Web Languages

Requirements

  • Python 3.10 (same as HF space)
  • Chromium

Usage

Run the Gradio app

# auto reload
gradio app.py

# manual reload
python app.py

Install with virtual conda env:

conda create -n seed-crawl-annotator python=3.10
conda activate seed-crawl-annotator
pip install -r requirements.txt

Build Docker image

docker build -t seed-crawl-annotator  .

Run app within container

docker run --rm -p 7860:7860 -e HF_TOKEN=$HF_TOKEN seed-crawl-annotator gradio app.py