Parcourir la source

Change Gradio -> gradio

himanshushukla12 il y a 6 mois
Parent
commit
c609a442b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      recipes/quickstart/inference/local_inference/README.md

+ 1 - 1
recipes/quickstart/inference/local_inference/README.md

@@ -20,7 +20,7 @@ For multi-modal inferencing using Gradio UI we have added [multi_modal_infer_Gra
      ```
 
 2. **Run the Gradio Interface**:
-   - Execute the following command to start the Gradio UI for multi-modal inference:
+   - Execute the following command to start the gradio UI for multi-modal inference:
      ```
      python multi_modal_infer_Gradio_UI.py
      ```