rahul7star commited on
Commit
2d36765
Β·
verified Β·
1 Parent(s): 0e6e401

Update code-struc.md

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