asahi417 commited on
Commit
94aa07d
1 Parent(s): 0b4646e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()