abdullah040 commited on
Commit
526838f
·
1 Parent(s): f8d36c7

Update app.py

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