soiz commited on
Commit
f747d1a
·
verified ·
1 Parent(s): 859618b

Update app.py

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