Spaces:
Sleeping
Sleeping
Peter Michael Gits Claude commited on
Commit ·
a66e2a0
1
Parent(s): 9147cf0
Configure GPU hardware for TTS service - enable T4 GPU at $0.40/hour
Browse files- Add suggested_hardware: t4-small to README metadata
- Configure for GPU-accelerated processing
- Enable chargeable GPU infrastructure as requested
🎙️ Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
.env
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HuggingFace Spaces Configuration
|
| 2 |
+
HARDWARE=gpu-basic
|
| 3 |
+
GPU_MEMORY=16GB
|
README.md
CHANGED
|
@@ -7,6 +7,8 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# TTS GPU Service - WebRTC Text-to-Speech
|
|
|
|
| 7 |
sdk_version: 4.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
suggested_hardware: t4-small
|
| 11 |
+
suggested_storage: small
|
| 12 |
---
|
| 13 |
|
| 14 |
# TTS GPU Service - WebRTC Text-to-Speech
|