Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,2 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
requests
|
| 3 |
-
speechrecognition
|
| 4 |
-
pydub
|
|
|
|
| 1 |
+
gradio==4.44.0 # For the UI (latest stable as of Oct 2025)
|
| 2 |
+
requests==2.32.3 # For xAI API calls
|
|
|
|
|
|