This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Nightcap TADA Pod Server (RunPod backend, Phase B.7). | |
| Loads TADA on startup, exposes POST /generate matching the gradio_client API | |
| shape so tada_client.py can swap backends via the RUNPOD_URL env var. | |
| Pod setup (run these manually after the pod is up): | |
| # 0. SSH or open the web terminal into the RunPod pod. | |
| cd /workspace |