Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,9 @@ demo = gr.Interface(
|
|
| 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 |
Blog: <a href="https://nexa.ai/blogs/OmniAudio">OmniAudio-2.6B Blog</a>
|
|
|
|
| 75 |
Upload an audio file and optionally provide a prompt to analyze the audio content.""",
|
| 76 |
examples=[
|
| 77 |
["example_audios/example_1.wav", 200],
|
|
|
|
| 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">OmniAudio-2.6B Blog</a>
|
| 76 |
+
|
| 77 |
Upload an audio file and optionally provide a prompt to analyze the audio content.""",
|
| 78 |
examples=[
|
| 79 |
["example_audios/example_1.wav", 200],
|