Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,15 +33,15 @@ st.sidebar.markdown("""
|
|
33 |
|
34 |
2. **Select Language**:
|
35 |
- Choose the language of the input text. The available language options include:
|
36 |
-
- ๐บ๐ธ
|
37 |
-
- ๐ฌ๐ง
|
38 |
-
- ๐ช๐ธ
|
39 |
-
- ๐ซ๐ท
|
40 |
-
- ๐ฎ๐ณ
|
41 |
-
- ๐ฎ๐น
|
42 |
-
- ๐ง๐ท
|
43 |
-
- ๐จ๐ณ
|
44 |
-
- ๐ฏ๐ต
|
45 |
3. **Select Voice**:
|
46 |
- Choose the voice you want for the speech. There are multiple voice styles based on tone and gender (e.g., af_heart, af_joy, etc.).
|
47 |
|
|
|
33 |
|
34 |
2. **Select Language**:
|
35 |
- Choose the language of the input text. The available language options include:
|
36 |
+
- ๐บ๐ธ American English (`a`)
|
37 |
+
- ๐ฌ๐ง British English (`b`)
|
38 |
+
- ๐ช๐ธ Spanish (`e`)
|
39 |
+
- ๐ซ๐ท French (`f`)
|
40 |
+
- ๐ฎ๐ณ Hindi (`h`)
|
41 |
+
- ๐ฎ๐น Italian (`i`)
|
42 |
+
- ๐ง๐ท Brazilian Portuguese (`p`)
|
43 |
+
- ๐จ๐ณ Mandarin Chinese (`z`)
|
44 |
+
- ๐ฏ๐ต Japanese (`j`)
|
45 |
3. **Select Voice**:
|
46 |
- Choose the voice you want for the speech. There are multiple voice styles based on tone and gender (e.g., af_heart, af_joy, etc.).
|
47 |
|