diff --git a/script_examples/gradio_websockets_api_example.py b/script_examples/gradio_websockets_api_example.py index 1884d7e8..3236e549 100644 --- a/script_examples/gradio_websockets_api_example.py +++ b/script_examples/gradio_websockets_api_example.py @@ -8,7 +8,7 @@ # If you use Comfy Manager, make sure to set the preview type there because it will override --preview-method auto/latent2rgb/taesd launch flag settings # Check or change the preview_method in "/custom_nodes/ComfyUI-Manager/config.ini" -# If you chose to install Gradio to your ComfyUI python venv, open a command prompt this script_examples directory and run: +# If you chose to install Gradio to your ComfyUI python venv, open a command prompt in this script_examples directory and run: # ..\..\python_embeded\python.exe -s ..\script_examples\gradio_websockets_api_example.py # To launch the app