Spaces:
Runtime error
Runtime error
added gradio to requirements
Browse files- 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
|