Update app.py
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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")
|