Zachary Greathouse commited on
Commit
fb9daf9
Β·
unverified Β·
1 Parent(s): e17ef02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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