Spaces:
Runtime error
Runtime error
Steve Nguyen commited on
Commit ·
b826351
1
Parent(s): 16decc9
correct spaces
Browse files
engine.py
CHANGED
|
@@ -22,7 +22,7 @@ POSITION_OFFSETS = {
|
|
| 22 |
|
| 23 |
|
| 24 |
# HuggingFace Space configuration
|
| 25 |
-
HF_SPACE_REPO = "
|
| 26 |
HF_BASE_URL = f"https://huggingface.co/spaces/{HF_SPACE_REPO}/resolve/main"
|
| 27 |
|
| 28 |
# Asset helper functions - HuggingFace repo URLs
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
# HuggingFace Space configuration
|
| 25 |
+
HF_SPACE_REPO = "SteveNguyen/reachymini_vn_example"
|
| 26 |
HF_BASE_URL = f"https://huggingface.co/spaces/{HF_SPACE_REPO}/resolve/main"
|
| 27 |
|
| 28 |
# Asset helper functions - HuggingFace repo URLs
|