shrey-patel-710
commited on
Commit
•
587e3a7
1
Parent(s):
2015391
update port
Browse files
Kidney-Disease-Classifcation/app.py
CHANGED
@@ -47,4 +47,4 @@ def predictRoute():
|
|
47 |
if __name__ == "__main__":
|
48 |
clApp = ClientApp()
|
49 |
|
50 |
-
app.run(host="0.0.0.0", port=
|
|
|
47 |
if __name__ == "__main__":
|
48 |
clApp = ClientApp()
|
49 |
|
50 |
+
app.run(host="0.0.0.0", port=7860) # for AWS
|