Spaces:
Running
on
Zero
Running
on
Zero
Vincentqyw
commited on
Commit
·
a91bb92
1
Parent(s):
50f7009
update: theme
Browse files- .gitmodules +0 -45
- app.py +1 -2
.gitmodules
DELETED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
[submodule "third_party/Roma"]
|
| 2 |
-
path = third_party/Roma
|
| 3 |
-
url = https://github.com/Vincentqyw/RoMa.git
|
| 4 |
-
[submodule "third_party/SuperGluePretrainedNetwork"]
|
| 5 |
-
path = third_party/SuperGluePretrainedNetwork
|
| 6 |
-
url = https://github.com/magicleap/SuperGluePretrainedNetwork.git
|
| 7 |
-
[submodule "third_party/SOLD2"]
|
| 8 |
-
path = third_party/SOLD2
|
| 9 |
-
url = https://github.com/cvg/SOLD2.git
|
| 10 |
-
[submodule "third_party/GlueStick"]
|
| 11 |
-
path = third_party/GlueStick
|
| 12 |
-
url = https://github.com/cvg/GlueStick.git
|
| 13 |
-
[submodule "third_party/ASpanFormer"]
|
| 14 |
-
path = third_party/ASpanFormer
|
| 15 |
-
url = https://github.com/Vincentqyw/ml-aspanformer.git
|
| 16 |
-
[submodule "third_party/TopicFM"]
|
| 17 |
-
path = third_party/TopicFM
|
| 18 |
-
url = https://github.com/Vincentqyw/TopicFM.git
|
| 19 |
-
[submodule "third_party/d2net"]
|
| 20 |
-
path = third_party/d2net
|
| 21 |
-
url = https://github.com/Vincentqyw/d2-net.git
|
| 22 |
-
[submodule "third_party/r2d2"]
|
| 23 |
-
path = third_party/r2d2
|
| 24 |
-
url = https://github.com/naver/r2d2.git
|
| 25 |
-
[submodule "third_party/DKM"]
|
| 26 |
-
path = third_party/DKM
|
| 27 |
-
url = https://github.com/Vincentqyw/DKM.git
|
| 28 |
-
[submodule "third_party/ALIKE"]
|
| 29 |
-
path = third_party/ALIKE
|
| 30 |
-
url = https://github.com/Shiaoming/ALIKE.git
|
| 31 |
-
[submodule "third_party/lanet"]
|
| 32 |
-
path = third_party/lanet
|
| 33 |
-
url = https://github.com/wangch-g/lanet.git
|
| 34 |
-
[submodule "third_party/LightGlue"]
|
| 35 |
-
path = third_party/LightGlue
|
| 36 |
-
url = https://github.com/cvg/LightGlue.git
|
| 37 |
-
[submodule "third_party/SGMNet"]
|
| 38 |
-
path = third_party/SGMNet
|
| 39 |
-
url = https://github.com/vdvchen/SGMNet.git
|
| 40 |
-
[submodule "third_party/DarkFeat"]
|
| 41 |
-
path = third_party/DarkFeat
|
| 42 |
-
url = https://github.com/THU-LYJ-Lab/DarkFeat.git
|
| 43 |
-
[submodule "third_party/DeDoDe"]
|
| 44 |
-
path = third_party/DeDoDe
|
| 45 |
-
url = https://github.com/Parskatt/DeDoDe.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.py
CHANGED
|
@@ -86,8 +86,7 @@ def ui_reset_state(
|
|
| 86 |
|
| 87 |
|
| 88 |
def run(config):
|
| 89 |
-
with gr.Blocks(
|
| 90 |
-
theme=gr.themes.Monochrome(), css="footer {visibility: hidden}"
|
| 91 |
) as app:
|
| 92 |
gr.Markdown(
|
| 93 |
"""
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
def run(config):
|
| 89 |
+
with gr.Blocks(css="footer {visibility: hidden}"
|
|
|
|
| 90 |
) as app:
|
| 91 |
gr.Markdown(
|
| 92 |
"""
|