test
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def process_audio(audio_input=None, model_name="large-v2"):
|
|
147 |
def create_interface():
|
148 |
"""Create the Gradio interface."""
|
149 |
with gr.Blocks(title="WhisperX Transcription") as interface:
|
150 |
-
gr.Markdown("#
|
151 |
gr.Markdown("Upload an audio file or record directly to transcribe and identify speakers.")
|
152 |
|
153 |
with gr.Row():
|
|
|
147 |
def create_interface():
|
148 |
"""Create the Gradio interface."""
|
149 |
with gr.Blocks(title="WhisperX Transcription") as interface:
|
150 |
+
gr.Markdown("# Verbalens Prototype : Audio Transcription with Speaker Identification")
|
151 |
gr.Markdown("Upload an audio file or record directly to transcribe and identify speakers.")
|
152 |
|
153 |
with gr.Row():
|