# png-params This is Gradio project for reading and displaying an image and its metadata from url. ## Pre-requisites Python 3 ## Running locally ### Install requirements ``` bash pip install -r requirements.txt ``` ### Run ``` bash python images.py ``` ### Open UI Usually Gradio UI is running on http://127.0.0.1:7860