Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Copyright (c) 2023-2024, Qi Zuo
|
2 |
#
|
3 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
1 |
+
'''
|
2 |
+
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 |
+
|
10 |
+
'''
|
11 |
+
|
12 |
# Copyright (c) 2023-2024, Qi Zuo
|
13 |
#
|
14 |
# Licensed under the Apache License, Version 2.0 (the "License");
|