rmaitest commited on
Commit
c7d20f8
1 Parent(s): 128a93e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio
2
  requests
3
  pandas
4
  joblib
5
  pandas
6
  scikit-learn
 
 
 
 
1
  requests
2
  pandas
3
  joblib
4
  pandas
5
  scikit-learn
6
+ gradio==3.23.0 # or a version you know supports 'api_open'
7
+