Spaces:
Running
Running
zach
commited on
Commit
Β·
b850013
1
Parent(s):
0e51e38
Fix typo in project README
Browse files
README.md
CHANGED
@@ -46,8 +46,6 @@ Expressive TTS Arena/
|
|
46 |
β β βββ __init__.py # Makes scripts a package
|
47 |
β β βββ init_db.py # Script for initializing database
|
48 |
β β βββ test_db.py # Script for testing database connection
|
49 |
-
β βββ static/
|
50 |
-
β β βββ audio/ # Directory for storing generated audio
|
51 |
β βββ __init__.py # Makes src a package
|
52 |
β βββ app.py # Entry file
|
53 |
β βββ config.py # Global config and logger setup
|
@@ -55,6 +53,8 @@ Expressive TTS Arena/
|
|
55 |
β βββ custom_types.py # Global custom types
|
56 |
β βββ theme.py # Custom Gradio Theme
|
57 |
β βββ utils.py # Utility functions
|
|
|
|
|
58 |
βββ .env.example
|
59 |
βββ .gitignore
|
60 |
βββ .pre-commit-config.yaml
|
|
|
46 |
β β βββ __init__.py # Makes scripts a package
|
47 |
β β βββ init_db.py # Script for initializing database
|
48 |
β β βββ test_db.py # Script for testing database connection
|
|
|
|
|
49 |
β βββ __init__.py # Makes src a package
|
50 |
β βββ app.py # Entry file
|
51 |
β βββ config.py # Global config and logger setup
|
|
|
53 |
β βββ custom_types.py # Global custom types
|
54 |
β βββ theme.py # Custom Gradio Theme
|
55 |
β βββ utils.py # Utility functions
|
56 |
+
βββ static/
|
57 |
+
β βββ audio/ # Directory for storing generated audio files
|
58 |
βββ .env.example
|
59 |
βββ .gitignore
|
60 |
βββ .pre-commit-config.yaml
|