diff options
author | Aditya <bluenerd@protonmail.com> | 2025-03-03 21:20:56 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2025-03-03 21:20:56 +0530 |
commit | 6048d2960497304201d26cf23043e7c93d24cdde (patch) | |
tree | 1ab9ae79c6c7f52f49d927585cd1e34283dce04f | |
parent | 97cdf66bc985d3cd632646ea587f0c3b69ada473 (diff) |
-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. |