Spaces:
Runtime error
Runtime error
liangfeng
commited on
Commit
•
09602b8
1
Parent(s):
96d586b
move ckpt to huggingface
Browse files- app.py +3 -3
- ovseg_swinbase_vitL14_ft_mpt.pth +3 -0
app.py
CHANGED
@@ -24,9 +24,9 @@ import gradio as gr
|
|
24 |
|
25 |
import gdown
|
26 |
|
27 |
-
ckpt_url = 'https://drive.google.com/uc?id=1cn-ohxgXDrDfkzC1QdO-fi8IjbjXmgKy'
|
28 |
-
output = './ovseg_swinbase_vitL14_ft_mpt.pth'
|
29 |
-
gdown.download(ckpt_url, output, quiet=False)
|
30 |
|
31 |
def setup_cfg(config_file):
|
32 |
# load config from file and command-line arguments
|
|
|
24 |
|
25 |
import gdown
|
26 |
|
27 |
+
# ckpt_url = 'https://drive.google.com/uc?id=1cn-ohxgXDrDfkzC1QdO-fi8IjbjXmgKy'
|
28 |
+
# output = './ovseg_swinbase_vitL14_ft_mpt.pth'
|
29 |
+
# gdown.download(ckpt_url, output, quiet=False)
|
30 |
|
31 |
def setup_cfg(config_file):
|
32 |
# load config from file and command-line arguments
|
ovseg_swinbase_vitL14_ft_mpt.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd3731dde48d96654aba63e5a93753dc837d6889162a18ddf0877f5463d94c90
|
3 |
+
size 2129343629
|