Spaces:
Running
Running
PerryCheng614
commited on
Commit
•
fd06c1e
1
Parent(s):
de76a17
add example audio
Browse files- app.py +1 -2
- example_audios/example_1.wav +0 -0
app.py
CHANGED
@@ -48,8 +48,7 @@ demo = gr.Interface(
|
|
48 |
title="Audio Processing Service",
|
49 |
description="Upload an audio file and optionally provide a prompt to analyze the audio content.",
|
50 |
examples=[
|
51 |
-
["
|
52 |
-
["path/to/example2.wav", "describe what this audio is about"]
|
53 |
]
|
54 |
)
|
55 |
|
|
|
48 |
title="Audio Processing Service",
|
49 |
description="Upload an audio file and optionally provide a prompt to analyze the audio content.",
|
50 |
examples=[
|
51 |
+
["example_audios/example_1.wav", "transcribe this audio in English"],
|
|
|
52 |
]
|
53 |
)
|
54 |
|
example_audios/example_1.wav
ADDED
Binary file (352 kB). View file
|
|