Spaces:
Paused
Paused
Peter Michael Gits Claude commited on
Commit ·
c63098a
1
Parent(s): f521361
URGENT: Force HF to build from latest commit - v0.3.20
Browse files- Created multiple sync verification markers
- HF MUST build f521361 (Gradio fix) not ab0f9ea
- Added HF_SYNC_CHECK.md as distinctive marker file
- Updated FORCE_UPDATE.txt with critical build info
- Version 0.3.20 with precise timestamp for tracking
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- FORCE_UPDATE.txt +9 -6
- HF_SYNC_CHECK.md +16 -0
- version.py +2 -2
FORCE_UPDATE.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
URGENT SYNC CHECK - 2025-08-19 15:27:00
|
| 2 |
+
HF MUST BUILD FROM COMMIT: f521361 (v0.3.19)
|
| 3 |
+
NOT FROM: ab0f9ea (v0.3.18)
|
| 4 |
+
|
| 5 |
+
CRITICAL FIX NEEDED: Gradio Audio 'source' parameter removal
|
| 6 |
+
Without commit f521361, app will crash with TypeError
|
| 7 |
+
|
| 8 |
+
Factory rebuild timestamp: 2025-08-19 15:27:00
|
| 9 |
+
This file should ONLY exist in commit f521361 or later
|
HF_SYNC_CHECK.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HF Spaces Sync Verification
|
| 2 |
+
|
| 3 |
+
**CRITICAL**: If you see this file in HF Spaces interface, the sync is working!
|
| 4 |
+
|
| 5 |
+
## Current Build Status
|
| 6 |
+
- **Target Commit**: f521361 + this commit
|
| 7 |
+
- **Target Version**: v0.3.20
|
| 8 |
+
- **Must Have**: Gradio Audio fix (no 'source' parameter)
|
| 9 |
+
- **Timestamp**: 2025-08-19T15:27:00
|
| 10 |
+
|
| 11 |
+
## What Should Happen
|
| 12 |
+
1. HF builds from latest commit (not ab0f9ea)
|
| 13 |
+
2. App starts without Gradio Audio TypeError
|
| 14 |
+
3. Version endpoint shows v0.3.20
|
| 15 |
+
|
| 16 |
+
**DELETE THIS FILE** once HF sync is confirmed working.
|
version.py
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
Version information for ChatCal Voice-Enabled AI Assistant
|
| 3 |
"""
|
| 4 |
|
| 5 |
-
__version__ = "0.3.
|
| 6 |
-
__build_date__ = "2025-08-19T15:
|
| 7 |
__description__ = "Voice-Enabled ChatCal AI Assistant with Hugging Face deployment"
|
| 8 |
|
| 9 |
def get_version_info():
|
|
|
|
| 2 |
Version information for ChatCal Voice-Enabled AI Assistant
|
| 3 |
"""
|
| 4 |
|
| 5 |
+
__version__ = "0.3.20"
|
| 6 |
+
__build_date__ = "2025-08-19T15:27:00"
|
| 7 |
__description__ = "Voice-Enabled ChatCal AI Assistant with Hugging Face deployment"
|
| 8 |
|
| 9 |
def get_version_info():
|