Spaces:
Sleeping
Sleeping
singhjagpreet
commited on
Commit
•
5835d49
1
Parent(s):
40425a0
removed chache
Browse files
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
venv/
|
2 |
catboost_info/
|
3 |
-
src/__pychache__
|
|
|
|
1 |
venv/
|
2 |
catboost_info/
|
3 |
+
src/__pychache__
|
4 |
+
**/__pycache__/
|
application.py
CHANGED
@@ -43,4 +43,4 @@ def predict_datapoint():
|
|
43 |
raise CustomException(e,sys)
|
44 |
|
45 |
if __name__ == '__main__':
|
46 |
-
app.run(host='0.0.0.0',port=
|
|
|
43 |
raise CustomException(e,sys)
|
44 |
|
45 |
if __name__ == '__main__':
|
46 |
+
app.run(host='0.0.0.0',port=7860)
|
src/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (147 Bytes)
|
|
src/__pycache__/exception.cpython-310.pyc
DELETED
Binary file (1.27 kB)
|
|
src/__pycache__/logger.cpython-310.pyc
DELETED
Binary file (552 Bytes)
|
|
src/__pycache__/utils.cpython-310.pyc
DELETED
Binary file (1.76 kB)
|
|