From 253570af944d3b6d5e965014b78953d0f54f4559 Mon Sep 17 00:00:00 2001 From: Juyeong Maing Date: Tue, 30 Apr 2024 15:33:31 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4bc657..f626ee0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ BackgroundRemover is a command line tool to remove background from [image](https * To clarify, you must install both python and whatever dev version of python you installed. IE; python3.10-dev with python3.10 or python3.8-dev with python3.8 -#### How to install torch and fmpeg +#### How to install torch and ffmpeg Go to https://pytorch.org and scroll down to `INSTALL PYTORCH` section and follow the instructions.