Spaces:
Sleeping
Sleeping
File size: 354 Bytes
1dae12e 2a610e2 763c959 1dae12e 4a0818c fcfd230 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
title: Real-Time Stable Diffusion + WebRTC
emoji: ⚡⚡⚡
colorFrom: green
colorTo: indigo
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
---
## Local docker build
docker build -t username/appname:0.0 .
docker run -p 8000:7860 --env-file .env username/appname:0.0
|