Balamurugan Thayalan commited on
Commit
4d9696a
·
1 Parent(s): ed1f7cd

port changed to 7861

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ Run the main Gradio interface locally:
88
  python app.py
89
  ```
90
 
91
- The interface will be available at `http://localhost:7862`
92
 
93
  **Key Features:**
94
  - **Dynamic Currency Detection**: Automatically detects currency (USD, INR, EUR, GBP, etc.) from PDF content
@@ -218,7 +218,7 @@ FROM python:3.11-slim
218
  COPY . /app
219
  WORKDIR /app
220
  RUN pip install -r requirements.txt
221
- EXPOSE 7862
222
  CMD ["python", "app.py"]
223
  ```
224
 
 
88
  python app.py
89
  ```
90
 
91
+ The interface will be available at `http://localhost:7861`
92
 
93
  **Key Features:**
94
  - **Dynamic Currency Detection**: Automatically detects currency (USD, INR, EUR, GBP, etc.) from PDF content
 
218
  COPY . /app
219
  WORKDIR /app
220
  RUN pip install -r requirements.txt
221
+ EXPOSE 7861
222
  CMD ["python", "app.py"]
223
  ```
224
 
app.py CHANGED
@@ -1960,7 +1960,7 @@ def launch_interface():
1960
 
1961
  app.launch(
1962
  server_name="0.0.0.0",
1963
- server_port=7862,
1964
  share=False,
1965
  debug=True,
1966
  show_error=True,
 
1960
 
1961
  app.launch(
1962
  server_name="0.0.0.0",
1963
+ server_port=7861,
1964
  share=False,
1965
  debug=True,
1966
  show_error=True,