fdaudens HF Staff commited on
Commit
b8dc92c
Β·
verified Β·
1 Parent(s): 27e0438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -188,9 +188,7 @@ with gr.Blocks(title="AudioRAG Demo") as demo:
188
 
189
  Unlike traditional methods, this model searches directly through raw audio without converting it to text. It understands semantic meaning in sound, speech, and audio patterns, making "AudioRAG" a real possibility.
190
 
191
- πŸ“– [Blog post](https://huggingface.co/blog/manu/colqwen-omni-omnimodal-retrieval) | πŸ€— [Model on Hugging Face](https://huggingface.co/vidore/colqwen-omni-v0.1) | πŸ““ [Colab Notebook](https://colab.research.google.com/drive/1YOlTWfLbiyQqfq1SlqHA2iME1R-nH4aS#scrollTo=w7UyXtEcK0lA)
192
-
193
- πŸŽ™οΈ Sample come from [Newsroom Robots](https://www.newsroomrobots.com/p/how-open-source-ai-puts-newsrooms)
194
  """)
195
 
196
  with gr.Row():
 
188
 
189
  Unlike traditional methods, this model searches directly through raw audio without converting it to text. It understands semantic meaning in sound, speech, and audio patterns, making "AudioRAG" a real possibility.
190
 
191
+ πŸ“– [Blog post](https://huggingface.co/blog/manu/colqwen-omni-omnimodal-retrieval) | πŸ€— [Model on Hugging Face](https://huggingface.co/vidore/colqwen-omni-v0.1) | πŸ““ [Colab Notebook](https://colab.research.google.com/drive/1YOlTWfLbiyQqfq1SlqHA2iME1R-nH4aS#scrollTo=w7UyXtEcK0lA) | πŸŽ™οΈ Sample from [Newsroom Robots](https://www.newsroomrobots.com/p/how-open-source-ai-puts-newsrooms)
 
 
192
  """)
193
 
194
  with gr.Row():