Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -468,7 +468,7 @@ def create_nexus_interface():
|
|
468 |
with gr.Row():
|
469 |
with gr.Column(scale=1, elem_classes=["input-card"]):
|
470 |
audio_file = gr.Audio(
|
471 |
-
label="Upload Audio",
|
472 |
type="filepath"
|
473 |
)
|
474 |
audio_question = gr.Textbox(
|
|
|
468 |
with gr.Row():
|
469 |
with gr.Column(scale=1, elem_classes=["input-card"]):
|
470 |
audio_file = gr.Audio(
|
471 |
+
label="Upload Audio (WAV File supported)",
|
472 |
type="filepath"
|
473 |
)
|
474 |
audio_question = gr.Textbox(
|