Spaces:
Running
Running
Vincentqyw
commited on
Commit
•
9c45f21
1
Parent(s):
9223079
update: readme
Browse files- README.md +12 -0
- requirements.txt +0 -3
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[![Contributors][contributors-shield]][contributors-url]
|
2 |
[![Forks][forks-shield]][forks-url]
|
3 |
[![Stargazers][stars-shield]][stars-url]
|
|
|
1 |
+
---
|
2 |
+
title: Image Matching Webui
|
3 |
+
emoji: 🤗
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.36.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
[![Contributors][contributors-shield]][contributors-url]
|
14 |
[![Forks][forks-shield]][forks-url]
|
15 |
[![Stargazers][stars-shield]][stars-url]
|
requirements.txt
CHANGED
@@ -25,6 +25,3 @@ einops
|
|
25 |
loguru
|
26 |
gradio
|
27 |
e2cnn
|
28 |
-
./third_party/disk/submodules/torch-localize
|
29 |
-
./third_party/disk/submodules/torch-dimcheck
|
30 |
-
./third_party/disk/submodules/unets
|
|
|
25 |
loguru
|
26 |
gradio
|
27 |
e2cnn
|
|
|
|
|
|