From 99ab08ee837e7d91de5dbfd6f2b29522b90f88c4 Mon Sep 17 00:00:00 2001 From: Tibor Blaho Date: Thu, 7 Nov 2024 08:50:24 +0100 Subject: [PATCH] Update README.md - fix typo >app.py: error: unrecognized arguments: ---model_path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7608e16..56740ec 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Note: We use ShieldGemma-2B from Google DeepMind to filter out unsafe prompts in You may launch the Gradio demo using the following script: ```bash -python app.py ---model_path /path/to/model \ +python app.py --model_path /path/to/model \ --text_model_path /path/to/Qwen2 \ --shield_model_path /path/to/ShieldGemma2B ```