Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ sudo apt-get update && sudo apt-get install git-lfs ffmpeg cbm
|
|
3 |
conda install python=3.10
|
4 |
|
5 |
git clone https://huggingface.co/spaces/svjack/LHM && cd LHM
|
6 |
-
pip install -r
|
7 |
|
8 |
python app.py
|
9 |
|
|
|
3 |
conda install python=3.10
|
4 |
|
5 |
git clone https://huggingface.co/spaces/svjack/LHM && cd LHM
|
6 |
+
pip install -r requirements.txt
|
7 |
|
8 |
python app.py
|
9 |
|