Spaces:
Running
on
Zero
Running
on
Zero
init
Browse files
app.py
CHANGED
@@ -77,7 +77,8 @@ description = (f"Transcribe and diarize long-form microphone or audio inputs wit
|
|
77 |
f"Kotoba-Whisper [{model_name}](https://huggingface.co/{model_name}).")
|
78 |
title = f"Audio Transcription and Diarization with {os.path.basename(model_name)}"
|
79 |
shared_config = {"fn": transcribe, "title": title, "description": description, "allow_flagging": "never", "examples": [
|
80 |
-
[example_file, True, 0, 0, 0, 0.5, 0.5]
|
|
|
81 |
]}
|
82 |
o_upload = gr.Markdown()
|
83 |
o_mic = gr.Markdown()
|
|
|
77 |
f"Kotoba-Whisper [{model_name}](https://huggingface.co/{model_name}).")
|
78 |
title = f"Audio Transcription and Diarization with {os.path.basename(model_name)}"
|
79 |
shared_config = {"fn": transcribe, "title": title, "description": description, "allow_flagging": "never", "examples": [
|
80 |
+
[example_file, True, 0, 0, 0, 0.5, 0.5],
|
81 |
+
[example_file, True, 4, 0, 0, 0.5, 0.5]
|
82 |
]}
|
83 |
o_upload = gr.Markdown()
|
84 |
o_mic = gr.Markdown()
|