Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
6b0bf1d
1
Parent(s):
22ab5b2
Update local installation commands
Browse files
README.md
CHANGED
|
@@ -18,8 +18,10 @@ This repository provides the source code for the DreaMS Gradio app. The app is c
|
|
| 18 |
To run or debug the app locally, you can use the following commands:
|
| 19 |
|
| 20 |
```bash
|
| 21 |
-
git clone
|
| 22 |
cd DreaMS_gradio
|
|
|
|
|
|
|
| 23 |
pip install -r requirements.txt
|
| 24 |
pip install gradio spaces
|
| 25 |
python app.py
|
|
|
|
| 18 |
To run or debug the app locally, you can use the following commands:
|
| 19 |
|
| 20 |
```bash
|
| 21 |
+
git clone https://github.com/pluskal-lab/DreaMS_gradio.git
|
| 22 |
cd DreaMS_gradio
|
| 23 |
+
conda create -n dreams_gradio python=3.11
|
| 24 |
+
conda activate dreams_gradio
|
| 25 |
pip install -r requirements.txt
|
| 26 |
pip install gradio spaces
|
| 27 |
python app.py
|