Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttomy
/
proxy-lite-demo-for-setup
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5425d4a
proxy-lite-demo-for-setup
/
Makefile
Fraser
stuck with asyncio issues
fe73d4f
8 months ago
raw
Copy download link
history
blame
166 Bytes
.PHONY
: proxy
proxy:
uv venv --python 3.11 --python-preference managed
uv sync
uv pip install -e .
playwright install
app:
streamlit run src/proxy_lite/app.py