Spaces:
Build error
Build error
ZhifengKong
commited on
Commit
•
a962d22
1
Parent(s):
2ac3413
update
Browse files
app.py
CHANGED
@@ -333,21 +333,21 @@ with ui:
|
|
333 |
gr.HTML(
|
334 |
"""
|
335 |
<div>
|
336 |
-
<h3>
|
337 |
Audio Flamingo is an audio language model that can understand sounds beyond speech.
|
338 |
-
It can also answer questions about the sound in natural language.
|
339 |
-
Examples of questions include:
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
</div>
|
345 |
"""
|
346 |
)
|
347 |
|
348 |
name = gr.Textbox(
|
349 |
label="Audio file path (choose one from: audio/wav{1--6}.wav)",
|
350 |
-
value="audio/
|
351 |
)
|
352 |
prompt = gr.Textbox(
|
353 |
label="Instruction",
|
|
|
333 |
gr.HTML(
|
334 |
"""
|
335 |
<div>
|
336 |
+
<h3>Overview</h3>
|
337 |
Audio Flamingo is an audio language model that can understand sounds beyond speech.
|
338 |
+
It can also answer questions about the sound in natural language. <br>
|
339 |
+
Examples of questions include: <br>
|
340 |
+
- Can you briefly describe what you hear in this audio? <br>
|
341 |
+
- What is the emotion conveyed in this music? <br>
|
342 |
+
- Where is this audio usually heard? <br>
|
343 |
+
- What place is this music usually played at? <br>
|
344 |
</div>
|
345 |
"""
|
346 |
)
|
347 |
|
348 |
name = gr.Textbox(
|
349 |
label="Audio file path (choose one from: audio/wav{1--6}.wav)",
|
350 |
+
value="audio/wav1.wav"
|
351 |
)
|
352 |
prompt = gr.Textbox(
|
353 |
label="Instruction",
|