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