Spaces:
Runtime error
Runtime error
Peter Michael Gits Claude commited on
Commit ·
736c54a
1
Parent(s): 7ea77be
Force rebuild: Add rebuild trigger to YAML metadata
Browse files- Add force_rebuild flag to trigger new Space deployment
- This should force HuggingFace to rebuild with latest fixes
- Applying methodology from CLAUDE.md for Space deployment issues
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
README.md
CHANGED
|
@@ -8,6 +8,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
|
|
|
|
| 8 |
hardware: t4-small
|
| 9 |
sleep_time_timeout: 1800
|
| 10 |
suggested_storage: small
|
| 11 |
+
force_rebuild: true
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🎙️ STT GPU Service Python v4
|