diff --git a/README.md b/README.md index 319b48e..85bc419 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ To use the webpage summarizer in you web browser, you can also try gradio app. python webui.py ``` +![gradio](assets/gradio.png) + ## Development To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities. diff --git a/assets/gradio.png b/assets/gradio.png new file mode 100644 index 0000000..159bd18 Binary files /dev/null and b/assets/gradio.png differ