Spaces:
svjack
/
Runtime error

svjack commited on
Commit
a4c6c21
·
verified ·
1 Parent(s): d835530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 requirement.txt
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