Nischal Subedi
commited on
Commit
·
cac7e1a
1
Parent(s):
a97fc27
update hg port
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -750,7 +750,7 @@ if __name__ == "__main__":
|
|
| 750 |
logging.info("Setting up Gradio interface...")
|
| 751 |
app_interface = rag.gradio_interface()
|
| 752 |
|
| 753 |
-
SERVER_PORT =
|
| 754 |
logging.info(f"Launching Gradio app on http://0.0.0.0:{SERVER_PORT}")
|
| 755 |
print("\n--- Gradio App Running ---")
|
| 756 |
print(f"Access the interface in your browser at: http://localhost:{SERVER_PORT} or http://<your-ip-address>:{SERVER_PORT}")
|
|
|
|
| 750 |
logging.info("Setting up Gradio interface...")
|
| 751 |
app_interface = rag.gradio_interface()
|
| 752 |
|
| 753 |
+
SERVER_PORT = 7860
|
| 754 |
logging.info(f"Launching Gradio app on http://0.0.0.0:{SERVER_PORT}")
|
| 755 |
print("\n--- Gradio App Running ---")
|
| 756 |
print(f"Access the interface in your browser at: http://localhost:{SERVER_PORT} or http://<your-ip-address>:{SERVER_PORT}")
|
requirements.txt
CHANGED
|
@@ -11,4 +11,4 @@ pandas==2.2.2
|
|
| 11 |
huggingface_hub==0.23.4
|
| 12 |
pymupdf==1.24.9
|
| 13 |
langchain_community
|
| 14 |
-
# force rebuild #
|
|
|
|
| 11 |
huggingface_hub==0.23.4
|
| 12 |
pymupdf==1.24.9
|
| 13 |
langchain_community
|
| 14 |
+
# force rebuild #4
|