SakibAhmed commited on
Commit
4a461a4
·
verified ·
1 Parent(s): 57a0f6c

Upload 4 files

Browse files
Files changed (3) hide show
  1. app.py +2 -1
  2. note.txt +1 -1
  3. requirements.txt +3 -0
app.py CHANGED
@@ -231,5 +231,6 @@ def status_route():
231
  })
232
 
233
  if __name__ == '__main__':
234
- port = int(os.environ.get("PORT", 5000))
 
235
  app.run(host='0.0.0.0', port=port)
 
231
  })
232
 
233
  if __name__ == '__main__':
234
+ # CHANGED: Default to 7860 for Hugging Face
235
+ port = int(os.environ.get("PORT", 7860))
236
  app.run(host='0.0.0.0', port=port)
note.txt CHANGED
@@ -1 +1 @@
1
- https://sakibahmed-random2345t6.hf.space
 
1
+ https://homemademirpur-ed-cad-ref.hf.space
requirements.txt CHANGED
@@ -10,3 +10,6 @@ python-dotenv==1.2.1
10
  python_docx==1.1.2
11
  sentence_transformers==3.4.0
12
  torch==2.9.0
 
 
 
 
10
  python_docx==1.1.2
11
  sentence_transformers==3.4.0
12
  torch==2.9.0
13
+ langchain_core
14
+ langchain_text_splitters
15
+ faiss-cpu