zenaight commited on
Commit
4f58a18
·
1 Parent(s): ef1eb82

Update README to reflect server port change from 8000 to 7860

Browse files

- Modified the README file to update the command for running the application, changing the server port to 7860 to align with recent configuration updates.
- This change ensures that users have the correct instructions for launching the application with the new port settings.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ pip install -r requirements.txt
64
  ### 5. Running the Application
65
 
66
  ```bash
67
- uvicorn main:app --host 0.0.0.0 --port 8000
68
  ```
69
 
70
  ## API Endpoints
 
64
  ### 5. Running the Application
65
 
66
  ```bash
67
+ uvicorn main:app --host 0.0.0.0 --port 7860
68
  ```
69
 
70
  ## API Endpoints