Spaces:
Running
on
Zero
Running
on
Zero
derektan
commited on
Commit
Β·
944833f
1
Parent(s):
456f9ce
Enhanced UI heads
Browse files- app.py +18 -11
- app_multimodal_inference.py +22 -14
app.py
CHANGED
|
@@ -232,21 +232,28 @@ with gr.Blocks(title="Search-TTA (Simplified)", theme=gr.themes.Base()) as demo:
|
|
| 232 |
|
| 233 |
gr.Markdown(
|
| 234 |
"""
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
<span></span>
|
| 239 |
-
<h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
| 240 |
-
<a href="https://search-tta.github.io">Project Website</a>
|
| 241 |
-
</h2>
|
| 242 |
-
<span></span>
|
| 243 |
-
<h2 style='font-weight: 450; font-size: 0.5rem; margin: 0rem'>[Work in Progress]</h2>
|
| 244 |
-
</div>
|
| 245 |
-
</div>
|
| 246 |
"""
|
| 247 |
)
|
| 248 |
# gr.Markdown(
|
| 249 |
# """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
# # Search-TTA β Simplified Demo
|
| 251 |
# **Satellite β Ground-level Visual Search** via RL Test-Time Adaptation.
|
| 252 |
# """
|
|
|
|
| 232 |
|
| 233 |
gr.Markdown(
|
| 234 |
"""
|
| 235 |
+
# Search-TTA: A Multimodal Test-Time Adaptation Framework for Visual Search in the Wild Demo
|
| 236 |
+
<a href="https://search-tta.github.io">Project Website</a> <br>
|
| 237 |
+
[Work in Progress]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
"""
|
| 239 |
)
|
| 240 |
# gr.Markdown(
|
| 241 |
# """
|
| 242 |
+
# <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 243 |
+
# <div>
|
| 244 |
+
# <h1>Search-TTA: A Multimodal Test-Time Adaptation Framework for Visual Search in the Wild</h1>
|
| 245 |
+
# <span></span>
|
| 246 |
+
# <h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
| 247 |
+
# <a href="https://search-tta.github.io">Project Website</a>
|
| 248 |
+
# </h2>
|
| 249 |
+
# <span></span>
|
| 250 |
+
# <h2 style='font-weight: 450; font-size: 0.5rem; margin: 0rem'>[Work in Progress]</h2>
|
| 251 |
+
# </div>
|
| 252 |
+
# </div>
|
| 253 |
+
# """
|
| 254 |
+
# )
|
| 255 |
+
# gr.Markdown(
|
| 256 |
+
# """
|
| 257 |
# # Search-TTA β Simplified Demo
|
| 258 |
# **Satellite β Ground-level Visual Search** via RL Test-Time Adaptation.
|
| 259 |
# """
|
app_multimodal_inference.py
CHANGED
|
@@ -181,21 +181,29 @@ def process(
|
|
| 181 |
# ββββββββββββββββββββββββββ Gradio UI βββββββββββββββββββββββββββββββββ
|
| 182 |
with gr.Blocks(title="Search-TTA", theme=gr.themes.Base()) as demo:
|
| 183 |
|
| 184 |
-
# with gr.Row():
|
| 185 |
gr.Markdown(
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
<
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
# <h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>WACV 2025</h2>
|
| 200 |
|
| 201 |
# <h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
|
|
|
| 181 |
# ββββββββββββββββββββββββββ Gradio UI βββββββββββββββββββββββββββββββββ
|
| 182 |
with gr.Blocks(title="Search-TTA", theme=gr.themes.Base()) as demo:
|
| 183 |
|
|
|
|
| 184 |
gr.Markdown(
|
| 185 |
+
"""
|
| 186 |
+
# Search-TTA: A Multimodal Test-Time Adaptation Framework for Visual Search in the Wild Demo
|
| 187 |
+
<a href="https://search-tta.github.io">Project Website</a> <br>
|
| 188 |
+
[Work in Progress]
|
| 189 |
+
"""
|
| 190 |
+
)
|
| 191 |
+
|
| 192 |
+
# with gr.Row():
|
| 193 |
+
# gr.Markdown(
|
| 194 |
+
# """
|
| 195 |
+
# <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 196 |
+
# <div>
|
| 197 |
+
# <h1>Search-TTA: A Multimodal Test-Time Adaptation Framework for Visual Search in the Wild</h1>
|
| 198 |
+
# <span></span>
|
| 199 |
+
# <h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
| 200 |
+
# <a href="https://search-tta.github.io">Project Website</a>
|
| 201 |
+
# </h2>
|
| 202 |
+
# <span></span>
|
| 203 |
+
# <h2 style='font-weight: 450; font-size: 0.5rem; margin: 0rem'>[Work in Progress]</h2>
|
| 204 |
+
# </div>
|
| 205 |
+
# </div>
|
| 206 |
+
# """
|
| 207 |
# <h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>WACV 2025</h2>
|
| 208 |
|
| 209 |
# <h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|