Spaces:
Running
Running
File size: 894 Bytes
6b42aaf 7b9aa96 6b42aaf b014b6e 6671e18 b014b6e 6b42aaf b014b6e 18bd2aa 6b42aaf 18bd2aa 6b42aaf 6671e18 6b42aaf b014b6e 6b42aaf 6671e18 b014b6e 6671e18 b014b6e 6671e18 b014b6e 6671e18 b014b6e 6671e18 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
---
title: PNG Info
emoji: 🚀
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 3.16.2
app_file: app.py
pinned: false
license: wtfpl
---
This project is published on [HuggingFace](https://huggingface.co/spaces/andzhk/PNGInfo)
# PNG Info (png-params)
This is Gradio project for reading and displaying an image and its metadata from url.
Currently, only PNG is supported.
## Usage
- Copy image address
- Paste it into the **url** field
- or Drag and Drop/Upload image
- Submit
**Generation parameters** text can be directly used in AUTOMATIC1111 UI
## Running locally
### Prerequisites
Python 3
### Install requirements
```bash
pip install -r requirements.txt
```
### Run
```bash
python images.py
```
Use [nodemon](https://www.npmjs.com/package/nodemon) for development.
```bash
nodemon images.py
```
### Open UI
Usually Gradio UI is running on http://127.0.0.1:7860
|