Commit ·
c735244
1
Parent(s): 3700ea1
Add cloning info to readme
Browse files
README.md
CHANGED
|
@@ -9,4 +9,8 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Note - April, 2025, I had to clone the space because gradio spaces suddenly started going offline on their own. The issue was that docker was unable to push the image to the hub.
|
| 13 |
+
|
| 14 |
+
```ERROR: failed to push spaces-registry.huggingface.tech/spaces/656894b492d931990766be72:cpu-d6e5112-1heaa4am: unexpected status from HEAD request to https://spaces-registry.huggingface.tech/v2/spaces/656894b492d931990766be72/manifests/cpu-d6e5112-1heaa4am: 401 Unauthorized```
|
| 15 |
+
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|