Commit History

CRITICAL FIX: Return single value from gradio_transcribe_memory endpoint
489f3e7

Peter Michael Gits Claude commited on

feat: Add in-memory transcription path for true unmute.sh methodology
f3f17e8

Peter Michael Gits Claude commited on

fix: Add ZeroGPU-specific environment variables for quota authentication
d8dfb7d

Peter Michael Gits Claude commited on

fix: Enhanced ZeroGPU authentication with multiple methods and debugging
a3c4bdc

Peter Michael Gits Claude commited on

fix: Move HuggingFace authentication before spaces import for proper ZeroGPU quota
e0cfa93

Peter Michael Gits Claude commited on

trigger: Bump version to v1.0.1 to force rebuild with HF_TOKEN
5d4372f

Peter Michael Gits Claude commited on

feat: Add HuggingFace authentication to increase ZeroGPU quota
4561284

Peter Michael Gits Claude commited on

fix: Enable verbose error reporting in STT service Gradio interface
74e87c5

Peter Michael Gits Claude commited on

debug: Add comprehensive logging to verify STT service audio reception
cf3d441

Peter Michael Gits Claude commited on

fix: Simplify to Gradio-only interface to resolve port conflicts
353335b

Peter Michael Gits Claude commited on

feat: Add HTTP API transcription endpoint for Streamlit integration
3eb62c2

Peter Michael Gits Claude commited on

fix: Replace demo.fastapi_app with proper FastAPI mounting for HF Spaces
9a09c70

Peter Michael Gits Claude commited on

fix: Integrate WebSocket endpoints into Gradio's internal FastAPI app
21559c4

Peter Michael Gits Claude commited on

fix: Resolve STT service port conflict by removing manual demo.launch()
d732926

Peter Michael Gits Claude commited on

fix: Resolve STT service restart loop by removing conflicting Dockerfile
7c5b316

Peter Michael Gits Claude commited on

trigger: Force HuggingFace Spaces rebuild for latest hybrid implementation
219ebbf

Peter Michael Gits Claude commited on

feat: Implement hybrid Gradio+FastAPI WebSocket service for ZeroGPU compatibility
ee64ed2

Peter Michael Gits Claude commited on

fix: Configure STT service for HuggingFace Spaces Docker deployment
1111d6d

Peter Michael Gits Claude commited on

fix: Resolve @spaces.GPU decorator NotImplementedError in STT service
c0b8e8a

Peter Michael Gits Claude commited on

feat: Replace STT service with standalone WebSocket-only architecture v1.0.0
d376872

Peter Michael Gits Claude commited on

feat: Add standalone WebSocket-only STT service v1.0.0
69f7704

Peter Michael Gits Claude commited on

fix: Change WebSocket endpoint to /api/ws/stt to avoid Gradio conflicts
542bc07

Peter Michael Gits Claude commited on

fix: Remove invalid router.setup() call causing AttributeError
590c4a0

Peter Michael Gits Claude commited on

fix: Use FastAPI router direct manipulation for WebSocket endpoint
d0a5089

Peter Michael Gits Claude commited on

fix: Improve WebSocket endpoint registration using add_api_websocket_route
237112e

Peter Michael Gits Claude commited on

fix: Resolve syntax error with WebSocket exception handling indentation
f374050

Peter Michael Gits Claude commited on

fix: Move WebSocket endpoint registration before Gradio launch
e0e1f35

Peter Michael Gits Claude commited on

fix: Add working WebSocket endpoint integration for VoiceCal communication
74c60b7

Peter Michael Gits Claude commited on

fix: Remove hanging WebSocket post-launch integration
bbffb55

Peter Michael Gits Claude commited on

fix: Simplify WebSocket integration with post-launch mounting
fc723ec

Peter Michael Gits Claude commited on

fix: Resolve syntax error in exception handling
fb2afe9

Peter Michael Gits Claude commited on

fix: Integrate WebSocket endpoints before Gradio starts
8784ec7

Peter Michael Gits Claude commited on

fix: Integrate WebSocket endpoints with Gradio on same port
c7f3c5a

Peter Michael Gits Claude commited on

fix: Enable STT_SERVICE_MODE environment variable reading
7ef9ebd

Peter Michael Gits Claude commited on

fix: Enable verbose error reporting in STT service
b5501b0

Peter Michael Gits Claude commited on

fix: Change default service mode to triple for ZeroGPU detection
abe1b51

Peter Michael Gits Claude commited on

feat: Add Whisper corruption detection and alternative STT models
1de95f0

Peter Michael Gits Claude commited on

feat: Add preload endpoints to STT service v0.6.2
5b73d4c

Peter Michael Gits Claude commited on

feat: Implement unmute.sh methodology for STT service v0.6.0
e935ffb

Peter Michael Gits Claude commited on

fix: Improve WebM audio processing accuracy
9e21ace

Peter Michael Gits Claude commited on

fix: Add raw WebM processing fallback for HF Spaces
c188af2

Peter Michael Gits Claude commited on

refactor: Implement unmute.sh-style direct audio processing
0eec3b1

Peter Michael Gits Claude commited on

fix: Add WebM to WAV conversion using ffmpeg subprocess
8b779c8

Peter Michael Gits Claude commited on

fix: Add WebM audio format support for WebRTC compatibility
8d18cc7

Peter Michael Gits Claude commited on

fix: Add dummy @spaces.GPU function to satisfy ZeroGPU startup requirements
63ecd2e

Peter Michael Gits Claude commited on

fix: Display correct wss:// URLs for Hugging Face Spaces in STT service logs
3583065

Peter Michael Gits Claude commited on

temp: Force WebSocket mode while debugging environment variables
25e714d

Peter Michael Gits Claude commited on

feat: Add clear environment variable logging to STT service
6a1d58b

Peter Michael Gits Claude commited on

feat: Add WebSocket support for real-time STT integration
6cbc2b9

Peter Michael Gits Claude commited on

fix: Add MCP-compatible SafeStream with buffer attribute and stream restoration
1107a6e

Peter Michael Gits Claude commited on