Kev09 commited on
Commit
8f07a4b
1 Parent(s): 6b0b994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,4 +1,8 @@
1
  import gradio as gr
2
  #import git
3
  import os
4
- os.system("git clone https://huggingface.co/<your-username>/<your-model-name>;cd <your-model-name>")
 
 
 
 
 
1
  import gradio as gr
2
  #import git
3
  import os
4
+ os.system("git lfs install;git clone https://huggingface.co/Kev09/Lorakev
5
+
6
+ # if you want to clone without large files – just their pointers
7
+ # prepend your git clone with the following env var:
8
+ GIT_LFS_SKIP_SMUDGE=1")