You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,6 @@ Our app will have the following components:
78
78
## Transcription - Python
79
79
1.`cd transcription` to change directory to transcription folder
80
80
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
82
82
83
83
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