Spaces:
Running
Running
Update README.md
Browse files
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
|
76 |
```
|
77 |
|
78 |
-
4. Visit: [http://localhost:
|
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 |
|