Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,6 +112,8 @@ demo = gr.Interface(
|
|
| 112 |
title="Search π in Audio ποΈ",
|
| 113 |
description="""
|
| 114 |
|
|
|
|
|
|
|
| 115 |
# Search within audio files using text queries.
|
| 116 |
|
| 117 |
## Models used:
|
|
@@ -123,7 +125,6 @@ demo = gr.Interface(
|
|
| 123 |
|
| 124 |
## Powered by [EmbedAnything by Starlight](https://github.com/StarlightSearch/EmbedAnything) π
|
| 125 |
|
| 126 |
-

|
| 127 |
|
| 128 |
""",
|
| 129 |
article = "Created by [Akshay Ballal](https://www.akshaymakes.com)",
|
|
|
|
| 112 |
title="Search π in Audio ποΈ",
|
| 113 |
description="""
|
| 114 |
|
| 115 |
+
<img width=250 src = "https://res.cloudinary.com/dltwftrgc/image/upload/v1712504276/Projects/EmbedAnything_500_x_200_px_a4l8xu.png">
|
| 116 |
+
|
| 117 |
# Search within audio files using text queries.
|
| 118 |
|
| 119 |
## Models used:
|
|
|
|
| 125 |
|
| 126 |
## Powered by [EmbedAnything by Starlight](https://github.com/StarlightSearch/EmbedAnything) π
|
| 127 |
|
|
|
|
| 128 |
|
| 129 |
""",
|
| 130 |
article = "Created by [Akshay Ballal](https://www.akshaymakes.com)",
|