Skip to content

Commit 6f0914e

Browse files
authored
Update README.md
1 parent 99c65f6 commit 6f0914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ Our app will have the following components:
7878
## Transcription - Python
7979
1. `cd transcription` to change directory to transcription folder
8080
2. `pip install -r "requirements.txt"` to install required packages
81-
3. `python testing.py` or `python3 testing.py` to run the script
81+
3. `python app.py` or `python3 app.py` to run the transcription server
8282

8383
NOTE: These packages are in the `requirements.txt` file, but if you get an error telling you to install einops or timm, use `pip install einops timm` to install einops and timm seperately.

0 commit comments

Comments
 (0)