PNGInfo / README.md
andzhk's picture
restructure, limit image height
b014b6e
|
raw
history blame contribute delete
No virus
894 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
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

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

pip install -r requirements.txt

Run

python images.py

Use nodemon for development.

nodemon images.py

Open UI

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