Peter Michael Gits Claude commited on
Commit
b9decdb
·
1 Parent(s): 624ed9b

Fix: Add YAML frontmatter to README.md for HuggingFace Space configuration

Browse files

- Added proper Space metadata including hardware config
- Fixed configuration error preventing Space deployment
- Specified T4 Small GPU and 30min sleep timeout
- Corrected storage setting to 'small' from 'standard'

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🎙️ STT GPU Service Python v4
2
 
3
  Real-time Speech-to-Text service using Kyutai's Moshi model with ultra-low latency streaming.
 
1
+ ---
2
+ title: STT GPU Service Python v4
3
+ emoji: 🎙️
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ app_port: 7860
8
+ hardware: t4-small
9
+ sleep_time_timeout: 1800
10
+ suggested_storage: small
11
+ ---
12
+
13
  # 🎙️ STT GPU Service Python v4
14
 
15
  Real-time Speech-to-Text service using Kyutai's Moshi model with ultra-low latency streaming.