PNGInfo / README.md
Andrei Zhytkevich
add initial gradio application
6671e18
|
raw
history blame
324 Bytes

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

pip install -r requirements.txt

Run

python images.py

Open UI

Usually Gradio UI is running on http://127.0.0.1:7860