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