rishitdagli commited on
Commit
5e5405f
ยท
verified ยท
1 Parent(s): 4322097

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -40,12 +40,11 @@ def process_image(
40
 
41
  description_text = """# SEE-2-SOUND ๐Ÿ”Š Demo
42
 
43
- Official demo for **SEE-2-SOUND ๐Ÿ”Š: Zero-Shot Spatial Environment-to-Spatial Sound**.
44
  Please refer to our [paper](https://arxiv.org/abs/2406.06612), [project page](https://see2sound.github.io/), or [github](https://github.com/see2sound/see2sound) for more details.
45
  > Note: You should make sure that your hardware supports spatial audio.
46
 
47
- [![arXiv](https://img.shields.io/badge/arXiv-2406.06612-b31b1b.svg)](https://arxiv.org/abs/2406.06612)
48
- [![GitHub Repo stars](https://img.shields.io/github/stars/see2sound/see2sound)](https://github.com/see2sound/see2sound)
49
  """
50
 
51
  css = """
 
40
 
41
  description_text = """# SEE-2-SOUND ๐Ÿ”Š Demo
42
 
43
+ Official demo for *SEE-2-SOUND ๐Ÿ”Š: Zero-Shot Spatial Environment-to-Spatial Sound*.
44
  Please refer to our [paper](https://arxiv.org/abs/2406.06612), [project page](https://see2sound.github.io/), or [github](https://github.com/see2sound/see2sound) for more details.
45
  > Note: You should make sure that your hardware supports spatial audio.
46
 
47
+ This demo allows you to generate spatial audio given an image. Upload an image (with an optional text prompt in the advanced settings) to geenrate spatial audio to accompany the image.
 
48
  """
49
 
50
  css = """