rahul7star commited on
Commit
0e6e401
Β·
verified Β·
1 Parent(s): 028c8b8

Update code-struc.md

Browse files
Files changed (1) hide show
  1. code-struc.md +3 -2
code-struc.md CHANGED
@@ -1,4 +1,4 @@
1
- .
2
  β”œβ”€β”€ app.py # Gradio app (UI + logic)
3
  β”œβ”€β”€ pipeline.py # Core QA + TTS pipeline
4
  β”œβ”€β”€ cache.py # In-memory + disk cache
@@ -10,4 +10,5 @@
10
  β”‚ β”œβ”€β”€ b2b-plan.md
11
  β”‚ └── future.md
12
  β”œβ”€β”€ requirements.txt
13
- └── README.md
 
 
1
+ ###
2
  β”œβ”€β”€ app.py # Gradio app (UI + logic)
3
  β”œβ”€β”€ pipeline.py # Core QA + TTS pipeline
4
  β”œβ”€β”€ cache.py # In-memory + disk cache
 
10
  β”‚ β”œβ”€β”€ b2b-plan.md
11
  β”‚ └── future.md
12
  β”œβ”€β”€ requirements.txt
13
+ └── README.md
14
+ ###