Musabbirkm commited on
Commit
518f086
Β·
verified Β·
1 Parent(s): 9d1f8e0

update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸŽ™οΈ AI VoiceCraft: Text-to-Speech Studio πŸš€
2
 
3
  ## Overview
@@ -20,7 +31,7 @@ AI VoiceCraft is a powerful web application built with Gradio that leverages cut
20
  - Attractive theme applied for better user experience.
21
  - **Customization Options:**
22
  - Adjust the creativity level of the AI content generation.
23
- - Input custom prompts for fine tuning the AI outputs.
24
  - Adjust speech rate and pitch to fit your needs.
25
 
26
  ## Getting Started
@@ -45,14 +56,14 @@ AI VoiceCraft is a powerful web application built with Gradio that leverages cut
45
  ```bash
46
  pip install gradio requests edge-tts google-generativeai nest_asyncio
47
  ```
48
- 3. set your API key in the VOCALIS.py file.
 
49
  4. Run the application:
50
 
51
  ```bash
52
  python app.py
53
  ```
54
 
55
-
56
  5. Open your web browser and navigate to the local URL provided by Gradio (usually `http://127.0.0.1:7860`).
57
 
58
  ## Usage
@@ -90,5 +101,4 @@ This project is licensed under the MIT License.
90
 
91
  ## Gradio Theme
92
 
93
- To enhance the user experience, an attractive theme has been applied to the Gradio interface. You can customize the theme further by modifying the Gradio theme settings in the `create_demo` function.
94
-
 
1
+ ---
2
+ license: apache-2.0
3
+ title: 'AI VoiceCraft: Text-to-Speech Studio'
4
+ sdk: gradio
5
+ emoji: πŸš€
6
+ colorFrom: blue
7
+ colorTo: green
8
+ pinned: true
9
+ short_description: A powerful web app to generate dynamic text content and conv
10
+ ---
11
+
12
  # πŸŽ™οΈ AI VoiceCraft: Text-to-Speech Studio πŸš€
13
 
14
  ## Overview
 
31
  - Attractive theme applied for better user experience.
32
  - **Customization Options:**
33
  - Adjust the creativity level of the AI content generation.
34
+ - Input custom prompts for fine-tuning the AI outputs.
35
  - Adjust speech rate and pitch to fit your needs.
36
 
37
  ## Getting Started
 
56
  ```bash
57
  pip install gradio requests edge-tts google-generativeai nest_asyncio
58
  ```
59
+
60
+ 3. Set your API key in the VOCALIS.py file.
61
  4. Run the application:
62
 
63
  ```bash
64
  python app.py
65
  ```
66
 
 
67
  5. Open your web browser and navigate to the local URL provided by Gradio (usually `http://127.0.0.1:7860`).
68
 
69
  ## Usage
 
101
 
102
  ## Gradio Theme
103
 
104
+ To enhance the user experience, an attractive theme has been applied to the Gradio interface. You can customize the theme further by modifying the Gradio theme settings in the `create_demo` function.