Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterpeter8585
/
abc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
peterpeter8585
commited on
Aug 13, 2024
Commit
6f257dc
·
verified
·
1 Parent(s):
3e535b9
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import subprocess
2
+
subprocess.Popen("git clone https://huggingface.co/HuggingFaceM4/idefics-9b", shell=True)