yixuan1999 commited on
Commit
d7e07b4
1 Parent(s): ad7485b

update README

Browse files
Files changed (1) hide show
  1. README.md +14 -19
README.md CHANGED
@@ -1,19 +1,14 @@
1
- # OpenAI TTS Gradio Interface
2
-
3
- This is a simple Gradio Interface to use OpenAI Text-to-Speech API. The interface looks like this:
4
-
5
- ![Interface](interface.png)
6
-
7
- ## Usage
8
-
9
- Get your OpenAI API key following the tutorial [here](https://platform.openai.com/docs/quickstart). I use [Miniforge](https://github.com/conda-forge/miniforge) to set up the environment, but you can use Anaconda or any other package manager.
10
-
11
- ```bash
12
- mamba env create -f env.yaml # Create the environment
13
- conda activate openai_tts # Activate the environment
14
- python app.py # Run the app
15
- ```
16
-
17
- ## Acknowledgement
18
-
19
- This repo is adapted from [https://github.com/leokwsw/OpenAI-TTS-Gradio](https://github.com/leokwsw/OpenAI-TTS-Gradio)
 
1
+ ---
2
+ title: OpenAI TTS
3
+ emoji: 🏢
4
+ colorFrom: pink
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 5.3.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: A GUI to convert text to speech using OpenAI API
12
+ ---
13
+
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference