ash-171 commited on
Commit
68a93fe
·
verified ·
1 Parent(s): efe6c24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -72,10 +72,10 @@ docker build -t accent-analyzer .
72
  3. Run the container:
73
 
74
  ```bash
75
- docker run --gpus all -p 7860:7860 accent-analyzer
76
  ```
77
 
78
- 4. Visit: [http://localhost:7860](http://localhost:7860)
79
 
80
  ---
81
 
 
72
  3. Run the container:
73
 
74
  ```bash
75
+ docker run --gpus all -p 8501:8501 accent-analyzer
76
  ```
77
 
78
+ 4. Visit: [http://localhost:8501](http://localhost:8501)
79
 
80
  ---
81