dominguesm
commited on
Commit
•
a2e4a71
1
Parent(s):
3e3d92e
Fix Gradio version
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ numpy
|
|
2 |
scikit-learn
|
3 |
plotly
|
4 |
matplotlib
|
5 |
-
pandas
|
|
|
|
2 |
scikit-learn
|
3 |
plotly
|
4 |
matplotlib
|
5 |
+
pandas
|
6 |
+
gradio==3.28.3
|