asahi417 commited on
Commit
807995a
·
1 Parent(s): df7d9b2
Files changed (1) hide show
  1. app.py +2 -1
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()