Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullah040
/
mpt4b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdullah040
commited on
May 22, 2023
Commit
526838f
·
1 Parent(s):
f8d36c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -1 +1,4 @@
1
-
!git
clone https://gpt4all.io/models/ggml-mpt-7b-chat.bin
1
+
import
subprocess
2
+
3
+
command = "git clone https://gpt4all.io/models/ggml-mpt-7b-chat.bin"
4
+
subprocess.run(command, shell=True)