PerryCheng614 commited on
Commit
a2f7134
1 Parent(s): b415606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -68,8 +68,11 @@ demo = gr.Interface(
68
  )
69
  ],
70
  outputs=gr.Textbox(label="Response", interactive=False),
71
- title="Nexa Omni",
72
- description="Upload an audio file and optionally provide a prompt to analyze the audio content.",
 
 
 
73
  examples=[
74
  ["example_audios/example_1.wav", 200],
75
  ]
 
68
  )
69
  ],
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
+ 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],
78
  ]