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>

Files changed (3) hide show
  1. FORCE_UPDATE.txt +9 -6
  2. HF_SYNC_CHECK.md +16 -0
  3. version.py +2 -2
FORCE_UPDATE.txt CHANGED
@@ -1,6 +1,9 @@
1
- Force update file created at 2025-08-19 15:18:00
2
- This file exists only to force HuggingFace to recognize new commits.
3
- Current expected SHA: 34c994a
4
- If you see this file in HF Spaces, the git sync is working.
5
- VERSION CHECK: v0.3.17 - If HF shows this version, sync is working!
6
- Delete this file once sync is confirmed.
 
 
 
 
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.19"
6
- __build_date__ = "2025-08-19T15:18:00"
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():