Update requirements.txt
Browse files- requirements.txt +2 -9
requirements.txt
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
-
## 2. `requirements.txt`
|
2 |
-
```text
|
3 |
-
# Core UI & agents
|
4 |
gradio
|
5 |
openai-agents
|
6 |
-
|
7 |
-
|
8 |
-
open-tts
|
9 |
-
|
10 |
-
# HTTP requests (if not bundled)
|
11 |
-
requests
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
openai-agents
|
3 |
+
TTS
|
4 |
+
torch
|
|
|
|
|
|
|
|