Spaces:
Running
Running
PerryCheng614
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,11 +72,15 @@ demo = gr.Interface(
|
|
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/
|
|
|
|
|
|
|
|
|
80 |
]
|
81 |
)
|
82 |
|
|
|
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>
|
76 |
|
77 |
Upload an audio file and optionally provide a prompt to analyze the audio content.""",
|
78 |
examples=[
|
79 |
+
["example_audios/voice_qa.mp3", 200],
|
80 |
+
["example_audios/voice_in_conversation.mp3", 200],
|
81 |
+
["example_audios/creative_content_generation.mp3", 200],
|
82 |
+
["example_audios/record_summmary.mp3", 200],
|
83 |
+
["example_audios/change_tone.mp3", 200],
|
84 |
]
|
85 |
)
|
86 |
|