Spaces:
Build error
Build error
Updated the version of numpy from 1.20.1 to 1.20.3
Browse files- __pycache__/app.cpython-39.pyc +0 -0
- __pycache__/utils.cpython-39.pyc +0 -0
- app.py +1 -1
- requirements.txt +1 -1
__pycache__/app.cpython-39.pyc
ADDED
Binary file (4.23 kB). View file
|
|
__pycache__/utils.cpython-39.pyc
ADDED
Binary file (1.52 kB). View file
|
|
app.py
CHANGED
@@ -131,4 +131,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
131 |
InternetService, OnlineSecurity, OnlineBackup, DeviceProtection,TechSupport,StreamingTV, StreamingMovies, Contract, PaperlessBilling, PaymentMethod, MonthlyCharges, TotalCharges], outputs=[output1, output2])
|
132 |
|
133 |
|
134 |
-
demo.launch(debug=True
|
|
|
131 |
InternetService, OnlineSecurity, OnlineBackup, DeviceProtection,TechSupport,StreamingTV, StreamingMovies, Contract, PaperlessBilling, PaymentMethod, MonthlyCharges, TotalCharges], outputs=[output1, output2])
|
132 |
|
133 |
|
134 |
+
demo.launch(debug=True)
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
numpy==1.20.
|
2 |
pandas==1.2.4
|
3 |
scikit-learn==0.24.1
|
|
|
1 |
+
numpy==1.20.3
|
2 |
pandas==1.2.4
|
3 |
scikit-learn==0.24.1
|