gradio version fix
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ sentence-transformers==2.2.2
|
|
3 |
pandas==1.5.2
|
4 |
plotly
|
5 |
scikit-learn==0.24.2
|
6 |
-
gradio==3.
|
|
|
3 |
pandas==1.5.2
|
4 |
plotly
|
5 |
scikit-learn==0.24.2
|
6 |
+
gradio==3.25.0
|