- copy
.env.exampleto named file.env - put your openai api key in
.envvalueOPENAI_KEY - type
virtualenv venvto create new venv - type
source venv/bin/activateto activity venv - type
pip install -r requirements.txtto install requirements package - wait pip install finish
- type
python app.py - open your browser and type http://127.0.0.1:7860
- the api docs in http://127.0.0.1:7860/?view=api
forked from leokwsw/OpenAI-TTS-Gradio
-
Notifications
You must be signed in to change notification settings - Fork 0
michealch/OpenAI-TTS-Gradio
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Use OpenAI TTS(Text to Speech) API with Gradio
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%
