From 7f3624bb60890ef1ba1a45024edfb4b6f5dbfd18 Mon Sep 17 00:00:00 2001 From: Abrham Wendmeneh Date: Wed, 29 Apr 2026 02:01:24 +0300 Subject: [PATCH] Fix typo in requirements file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d083d8f..60df4e9 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ We have included a Gradio demo to showcase the capabilities of our ID Document L ```sh git clone https://github.com/MiniAiLive/ID-DocumentLivenessDetection-Docker.git - pip install -r requirement.txt + pip install -r requirements.txt cd gradio ``` 2. **Run Gradio Demo:**