GRADIO.md
December 9, 2024 ยท View on GitHub
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.)