Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- imcui/ui/app_class.py +2 -4
imcui/ui/app_class.py
CHANGED
@@ -20,8 +20,6 @@ from .utils import (
|
|
20 |
send_to_match,
|
21 |
)
|
22 |
import os
|
23 |
-
# GITHUB_TOKEN = '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'
|
24 |
-
# GOOGLE_TOKEN = '1qnxd5DKomsYUH9_8dQ4Xvwatg_vI-vsh'
|
25 |
GITHUB_TOKEN = os.environ.get('GITHUB_TOKEN')
|
26 |
GOOGLE_TOKEN = os.environ.get('GOOGLE_TOKEN')
|
27 |
if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
|
@@ -45,8 +43,8 @@ DESCRIPTION = '''
|
|
45 |
[Sida Peng](https://pengsida.net),
|
46 |
[Dongli Tan](https://github.com/Cuistiano),
|
47 |
[Zehong Shen](https://zehongs.github.io),
|
48 |
-
[
|
49 |
-
[
|
50 |
> Arxiv 2025
|
51 |
|
52 |
*This space is derived from [Image Matching WebUI](https://github.com/Vincentqyw/image-matching-webui). We are grateful to the authors for their contribution of the source code.
|
|
|
20 |
send_to_match,
|
21 |
)
|
22 |
import os
|
|
|
|
|
23 |
GITHUB_TOKEN = os.environ.get('GITHUB_TOKEN')
|
24 |
GOOGLE_TOKEN = os.environ.get('GOOGLE_TOKEN')
|
25 |
if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
|
|
|
43 |
[Sida Peng](https://pengsida.net),
|
44 |
[Dongli Tan](https://github.com/Cuistiano),
|
45 |
[Zehong Shen](https://zehongs.github.io),
|
46 |
+
[Xiaowei Zhou](https://xzhou.me/),
|
47 |
+
[Hujun Bao](http://www.cad.zju.edu.cn/home/bao/)<sup>†</sup>
|
48 |
> Arxiv 2025
|
49 |
|
50 |
*This space is derived from [Image Matching WebUI](https://github.com/Vincentqyw/image-matching-webui). We are grateful to the authors for their contribution of the source code.
|