Spaces:
Runtime error
Runtime error
akshayballal
commited on
Commit
β’
4769752
1
Parent(s):
194aa77
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,10 @@ demo = gr.Interface(
|
|
116 |
|
117 |
## Models used:
|
118 |
|
119 |
-
- Audio Decoder
|
120 |
-
- Embedding Model
|
|
|
|
|
121 |
|
122 |
## Powered by [EmbedAnything by Starlight](https://github.com/StarlightSearch/EmbedAnything) π
|
123 |
|
|
|
116 |
|
117 |
## Models used:
|
118 |
|
119 |
+
- **Audio Decoder**: [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en)
|
120 |
+
- **Embedding Model**: [Jina Embeddings v2 base-en](https://huggingface.co/jinaai/jina-embeddings-v2-base-en)
|
121 |
+
|
122 |
+
## Vector Database used: **Pinecone**
|
123 |
|
124 |
## Powered by [EmbedAnything by Starlight](https://github.com/StarlightSearch/EmbedAnything) π
|
125 |
|