bright1 commited on
Commit
94a4165
1 Parent(s): b0dc6c3

added gradio to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  numpy==1.20.1
2
  pandas==1.2.4
3
  scikit-learn==0.24.1
 
4
  uvicorn
 
1
  numpy==1.20.1
2
  pandas==1.2.4
3
  scikit-learn==0.24.1
4
+ gradio==3.44.4
5
  uvicorn