Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def process_audio(audio):
|
|
27 |
return diarization
|
28 |
|
29 |
with gr.Blocks() as demo:
|
30 |
-
audio_input = gr.Audio(type="
|
31 |
process_button = gr.Button("Process")
|
32 |
diarization_output = gr.Textbox(label="Diarization Output")
|
33 |
|
|
|
27 |
return diarization
|
28 |
|
29 |
with gr.Blocks() as demo:
|
30 |
+
audio_input = gr.Audio(type="filepath", label="Upload Audio")
|
31 |
process_button = gr.Button("Process")
|
32 |
diarization_output = gr.Textbox(label="Diarization Output")
|
33 |
|