Update README
Browse files
README.md
CHANGED
@@ -6,6 +6,10 @@ colorTo: red
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
short_description: Applies atmospheric effects to generate synthetic images.
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
short_description: Applies atmospheric effects to generate synthetic images.
|
9 |
+
app_port: 7860
|
10 |
+
env:
|
11 |
+
- TORCH_HOME=/app/.torch_cache
|
12 |
+
- ENV XDG_CACHE_HOME=/app/.cache
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|