Add client/server split and TTS app
Set up FastAPI server, vanilla UI, and deployment scripts for the TTS app, including DB/ffmpeg wiring and Apache config.
This commit is contained in:
7
client/run.sh
Normal file
7
client/run.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd /home/dsyoon/workspace/tts/client
|
||||
|
||||
echo "Client is served by the FastAPI server."
|
||||
echo "No build step required."
|
||||
Reference in New Issue
Block a user