Spaces:
Running
Running
Add packages.txt
Browse files- app.py +5 -3
- packages.txt +1 -0
app.py
CHANGED
@@ -72,9 +72,11 @@ def greet(image, audio):
|
|
72 |
|
73 |
|
74 |
title = "Zero-shot sound source localization with ACL"
|
75 |
-
description = "This is simple demo of our WACV'24 paper 'Can CLIP Help Sound Source Localization?'
|
76 |
-
|
77 |
-
|
|
|
|
|
78 |
|
79 |
demo = gr.Interface(
|
80 |
fn=greet,
|
|
|
72 |
|
73 |
|
74 |
title = "Zero-shot sound source localization with ACL"
|
75 |
+
description = """<p>This is a simple demo of our WACV'24 paper 'Can CLIP Help Sound Source Localization?'
|
76 |
+
To use it, simply upload an image and corresponding audio to mask (identify in the image)or use one of
|
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 |
|
81 |
demo = gr.Interface(
|
82 |
fn=greet,
|
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python3-opencv
|