zach commited on
Commit
b850013
Β·
1 Parent(s): 0e51e38

Fix typo in project README

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