Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 610 Bytes

GRADIO.md

File metadata and controls

26 lines (23 loc) · 610 Bytes

1. Prerequisites

conda create -n showui python=3.11
conda activate showui

1.1. Clone the Repository

git clone https://github.com/showlab/ShowUI.git
cd ShowUI

1.2. Install Dependencies

pip install -r requirements.txt

1.3. Start the Interface

python app.py

If you successfully start the interface, you will see two URLs in the terminal:

* Running on local URL:  http://127.0.0.1:7860
* Running on public URL: https://xxxxxxxxxxxxxxxx.gradio.live (Do not share this link with others, or they will be able to control your computer.)