Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ torch==2.1.0 # Or the version best suited for your GPU/CPU
|
|
| 6 |
# Video Processing
|
| 7 |
moviepy==1.0.3
|
| 8 |
# Web Interface
|
| 9 |
-
gradio==
|
| 10 |
# Audio Utilities (optional but often used)
|
| 11 |
soundfile
|
| 12 |
librosa
|
|
|
|
| 6 |
# Video Processing
|
| 7 |
moviepy==1.0.3
|
| 8 |
# Web Interface
|
| 9 |
+
gradio==5.23.3
|
| 10 |
# Audio Utilities (optional but often used)
|
| 11 |
soundfile
|
| 12 |
librosa
|