Spaces:
Running
Running
metadata
title: Video Stream
emoji: 📷
colorFrom: indigo
colorTo: pink
sdk: static
pinned: false
license: mit
See video_stream by awesome-panel.org for more info.
Serve
panel serve index.py --autoreload
Convert to Pyodide
panel convert index.py --to pyodide-worker
Please note you will currently have to manually remove PIL
and change skimage
to scikit-image
in the index.js
file (Issue #6170).