PerryCheng614 commited on
Commit
6c152e8
·
verified ·
1 Parent(s): 2e0b130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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/example_1.wav", 200],
 
 
 
 
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