# babbling **Repository Path**: archibate/babbling ## Basic Information - **Project Name**: babbling - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-23 - **Last Updated**: 2024-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash bash get_models.sh python3.11 -m pip install -r requirements.txt python3.11 -m gunicorn autotts -b 0.0.0.0:8080 -w 2 -D ```