peterpeter8585 commited on
Commit
9e3005e
·
verified ·
1 Parent(s): c1b8435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import subprocess
2
- subprocess.Popen("git lfs install", shell=True)
3
- subprocess.Popen("GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/HuggingFaceH4/zephyr-7b-beta", shell=True)
 
 
 
 
 
1
  import subprocess
2
+ a=True
3
+ while a:
4
+
5
+ subprocess.Popen("git lfs install", shell=True)
6
+ subprocess.Popen("git clone [email protected]:HuggingFaceH4/zephyr-7b-beta", shell=True)
7
+ a=False