| 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
This is Gradio project for reading and displaying an image and its metadata from url.
Currently, only PNG is supported.
- 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
Python 3
pip install -r requirements.txtpython app.pyUse nodemon for development.
nodemon app.pyIn some cases, if python is not found, you may need to adjust path to python (run which python to find it) in nodemon.json.
Usually Gradio UI is running on http://127.0.0.1:7860