PerryCheng614 commited on
Commit
502958f
·
1 Parent(s): 05acd91

add new example audio

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,8 @@ demo = gr.Interface(
63
  title="Nexa Omni",
64
  description="Upload an audio file and optionally provide a prompt to analyze the audio content.",
65
  examples=[
66
- ["example_audios/example_1.wav", 50],
 
67
  ]
68
  )
69
 
 
63
  title="Nexa Omni",
64
  description="Upload an audio file and optionally provide a prompt to analyze the audio content.",
65
  examples=[
66
+ ["example_audios/example_1.wav", 200],
67
+ ["example_audios/example_2.wav", 100],
68
  ]
69
  )
70