Spaces:
Running
Running
Fix url
Browse files
app.py
CHANGED
@@ -71,10 +71,13 @@ def greet(image, audio):
|
|
71 |
return overlaid_image
|
72 |
|
73 |
|
74 |
-
title = "
|
75 |
-
|
76 |
-
|
|
|
|
|
77 |
the examples below and click 'submit'. Results will show up in a few seconds.<br></p>"""
|
|
|
78 |
article = """<p style='text-align: center'><a href='https://arxiv.org/abs/2311.04066'>Can CLIP Help Sound Source
|
79 |
Localization?</a> | <a href='https://github.com/swimmiing/ACL-SSL'>Official Github Repository</a></p>"""
|
80 |
|
|
|
71 |
return overlaid_image
|
72 |
|
73 |
|
74 |
+
title = "Audio-Grounded Contrastive Learning"
|
75 |
+
|
76 |
+
description = """<p>This is a demo of our WACV'24 paper 'Can CLIP Help Sound Source Localization?',
|
77 |
+
zero-shot audio-visual sound source localization.<br>
|
78 |
+
To use it, simply upload an image and corresponding audio to mask (identify in the image) or use one of
|
79 |
the examples below and click 'submit'. Results will show up in a few seconds.<br></p>"""
|
80 |
+
|
81 |
article = """<p style='text-align: center'><a href='https://arxiv.org/abs/2311.04066'>Can CLIP Help Sound Source
|
82 |
Localization?</a> | <a href='https://github.com/swimmiing/ACL-SSL'>Official Github Repository</a></p>"""
|
83 |
|