peterpeter8585 commited on
Commit
6f257dc
·
verified ·
1 Parent(s): 3e535b9

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import subprocess
2
+ subprocess.Popen("git clone https://huggingface.co/HuggingFaceM4/idefics-9b", shell=True)