소스 검색

Change Gradio -> gradio

himanshushukla12 6 달 전
부모
커밋
c609a442b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
      ```