Brian Moran commited on
Commit ·
c74ca77
1
Parent(s): 4ebb017
Pin gradio==4.44.1 to fix Python 3.13 pydub compat
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
scikit-learn
|
| 3 |
matplotlib
|
| 4 |
numpy
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
scikit-learn
|
| 3 |
matplotlib
|
| 4 |
numpy
|