doctoroyy / edge-tts-as-a-service

This is a simple HTTP service that uses the Edge-TTS library to generate text-to-speech audio files.
https://tts.doctoroyy.net/
MIT License
15 stars 4 forks source link

I need your Help, Please! #1

Closed vnalexbr closed 1 month ago

vnalexbr commented 1 month ago

Hello, how are you today?

I'm trying to install on my droplet on digitalocean, but when I start with the command (gunicorn -w 4 -t 3600 -b 0.0.0.0:5000 main:app) my page doesn't look like tts.doctoroyy.net/ it doesn't appear to me and returns an error

Not Found The requested URL was not found on the server. If you typed the URL manually, check your spelling and try again.

Could you help me?

I realize that also when. I run the command to see the folders I have, but neither src/ nor /public appears

(venv) root@vem-gold:/edge-tts-as-a-service# ls Dockerfile README.md main.py start.sh vercel.json LICENSE pycache requirements.txt test.mp3 (venv) root@vem-gold:/edge-tts-as-a-service#

and the command I used to download the repository was "git clone https://github.com/doctoroyy/edge-tts-as-a-service""

Thanks in advance for your help!

Screenshot 2024-08-22 at 17 44 35
vnalexbr commented 1 month ago

Hello, how are you today?

I'm trying to install on my droplet on digitalocean, but when I start with the command (gunicorn -w 4 -t 3600 -b 0.0.0.0:5000 main:app) my page doesn't look like tts.doctoroyy.net/ it doesn't appear to me and returns an error

Not Found The requested URL was not found on the server. If you typed the URL manually, check your spelling and try again.

Could you help me?

I realize that also when. I run the command to see the folders I have, but neither src/ nor /public appears

(venv) root@vem-gold:/edge-tts-as-a-service# ls Dockerfile README.md main.py start.sh vercel.json LICENSE pycache requirements.txt test.mp3 (venv) root@vem-gold:/edge-tts-as-a-service#

and the command I used to download the repository was "git clone https://github.com/doctoroyy/edge-tts-as-a-service""

Thanks in advance for your help!

360657008-dcd31cf5-e8e0-4b3d-a3b9-f4a95cdd8689
doctoroyy commented 1 month ago

edge-tts-as-a-service only provides an API service. If you're looking for a frontend, you can use react-audio-stream-demo. Remember to modify the REACT_APP_DEFAULT_API_PREFIX variable in the env file.