Spaces:
Running
Running
Remove article
Browse files
app.py
CHANGED
@@ -73,10 +73,10 @@ def greet(image, audio):
|
|
73 |
|
74 |
title = "Audio-Grounded Contrastive Learning"
|
75 |
|
76 |
-
description = "
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
|
81 |
demo = gr.Interface(
|
82 |
fn=greet,
|
@@ -84,7 +84,6 @@ demo = gr.Interface(
|
|
84 |
outputs=gr.Image(type="pil"),
|
85 |
title=title,
|
86 |
description=description,
|
87 |
-
article=article,
|
88 |
)
|
89 |
|
90 |
demo.launch(debug=True)
|
|
|
73 |
|
74 |
title = "Audio-Grounded Contrastive Learning"
|
75 |
|
76 |
+
description = """<p>
|
77 |
+
This is a simple demo of Can CLIP Help Sound Source Localization? (WACV2024), zero-shot visual sound localization<br><br>.
|
78 |
+
To use it simply upload an image and corresponding audio to mask (identify in the image), or use one of the examples below and click ‘submit’.
|
79 |
+
</p>"""
|
80 |
|
81 |
demo = gr.Interface(
|
82 |
fn=greet,
|
|
|
84 |
outputs=gr.Image(type="pil"),
|
85 |
title=title,
|
86 |
description=description,
|
|
|
87 |
)
|
88 |
|
89 |
demo.launch(debug=True)
|