Spaces:
Running
Running
Zachary Greathouse
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -40,10 +40,11 @@ Expressive TTS Arena/
|
|
40 |
β β βββ init_db.py # Script for initializing database
|
41 |
β β βββ test_db.py # Script for testing database connection
|
42 |
β βββ __init__.py # Makes src a package
|
43 |
-
β βββ app.py # Entry file
|
44 |
β βββ config.py # Global config and logger setup
|
45 |
β βββ constants.py # Global constants
|
46 |
β βββ custom_types.py # Global custom types
|
|
|
|
|
47 |
β βββ utils.py # Utility functions
|
48 |
βββ static/
|
49 |
β βββ audio/ # Directory for storing generated audio files
|
|
|
40 |
β β βββ init_db.py # Script for initializing database
|
41 |
β β βββ test_db.py # Script for testing database connection
|
42 |
β βββ __init__.py # Makes src a package
|
|
|
43 |
β βββ config.py # Global config and logger setup
|
44 |
β βββ constants.py # Global constants
|
45 |
β βββ custom_types.py # Global custom types
|
46 |
+
β βββ frontend.py # Gradio UI components
|
47 |
+
β βββ main.py # Entry file
|
48 |
β βββ utils.py # Utility functions
|
49 |
βββ static/
|
50 |
β βββ audio/ # Directory for storing generated audio files
|