bright1 commited on
Commit
0526fd7
1 Parent(s): 88181da

Updated the version of numpy from 1.20.1 to 1.20.3

Browse files
__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, server_port=7800)
 
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.1
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