mgbam commited on
Commit
fb55d70
·
verified ·
1 Parent(s): 07976be

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
requirements.txt CHANGED
@@ -1,2 +1,11 @@
 
 
 
1
  gradio
2
- openai-agents
 
 
 
 
 
 
 
1
+ ## 2. `requirements.txt`
2
+ ```text
3
+ # Core UI & agents
4
  gradio
5
+ openai-agents
6
+
7
+ # OpenTTS client
8
+ open-tts
9
+
10
+ # HTTP requests (if not bundled)
11
+ requests