diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ The Gradio-based UI consists of: ## Execution To run the program: ```sh -python script_name.py +python gradio-app.py ``` This launches the Gradio interface, allowing document uploads and question answering. |