PerryCheng614 commited on
Commit
6155b02
·
1 Parent(s): 502958f

deleted example 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(
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
 
 
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