Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ os.system("apt-get update && apt-get install -y nodejs npm")
|
|
5 |
# 次に必要なコマンドを実行
|
6 |
os.system("""
|
7 |
git clone https://github.com/izum00/primitive-cloud-server-huggingface.git && \
|
8 |
-
cd primitive-cloud-server && \
|
9 |
npm install && \
|
10 |
npm start
|
11 |
""")
|
|
|
5 |
# 次に必要なコマンドを実行
|
6 |
os.system("""
|
7 |
git clone https://github.com/izum00/primitive-cloud-server-huggingface.git && \
|
8 |
+
cd primitive-cloud-server-huggingface && \
|
9 |
npm install && \
|
10 |
npm start
|
11 |
""")
|