Manikandan Sivanesan commited on
Commit
0832592
1 Parent(s): dda45cb

use hf spaces to deploy

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -11,3 +11,9 @@ license: apache-2.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
14
+
15
+ Steps
16
+
17
+ - Create a new hf space in your account
18
+ - Install git-lfs in order to manager our large model files. Jeremy provided this script https://gist.github.com/jph00/361a9b868aa3593f3fd8e930d0221266. I had to modify the PREFIX in the install.sh since I do not have enough space in PREFIX location. Instead I changed it to $HOME directory.
19
+