Spaces:
Sleeping
Sleeping
| 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 | |