Spaces:
Running
Running
unseenmars
commited on
Commit
•
4201079
1
Parent(s):
4c8284e
add model description
Browse files
app.py
CHANGED
@@ -70,6 +70,9 @@ demo = gr.Interface(
|
|
70 |
outputs=gr.Textbox(label="Response", interactive=False),
|
71 |
title="NEXA OmniAudio-2.6B",
|
72 |
description=f"""
|
|
|
|
|
|
|
73 |
Model Repo: <a href="https://huggingface.co/NexaAIDev/OmniAudio-2.6B">NexaAIDev/OmniAudio-2.6B</a>
|
74 |
|
75 |
Blog: <a href="https://nexa.ai/blogs/OmniAudio-2.6B">OmniAudio-2.6B Blog</a>
|
|
|
70 |
outputs=gr.Textbox(label="Response", interactive=False),
|
71 |
title="NEXA OmniAudio-2.6B",
|
72 |
description=f"""
|
73 |
+
|
74 |
+
OmniAudio-2.6B is a compact audio-language model optimized for edge deployment.
|
75 |
+
|
76 |
Model Repo: <a href="https://huggingface.co/NexaAIDev/OmniAudio-2.6B">NexaAIDev/OmniAudio-2.6B</a>
|
77 |
|
78 |
Blog: <a href="https://nexa.ai/blogs/OmniAudio-2.6B">OmniAudio-2.6B Blog</a>
|