gradio version fix
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ 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
|
7 |
+
gradio_client==0.1.4
|