cstr commited on
Commit
537c9a7
·
verified ·
1 Parent(s): 16bc3e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ iface = gr.Interface(
52
  gr.Slider(minimum=1, maximum=32, step=1, value=16, label="Batch Size")
53
  ],
54
  outputs=gr.Textbox(label="Transcription and Metrics"),
55
- title="Faster Whisper Transcription (GitHub Version)",
56
- description="Upload an audio file to transcribe using Faster Whisper (GitHub version). Adjust the batch size for performance tuning.",
57
  examples=[["path/to/example/audio.mp3", 16]],
58
  )
59
 
 
52
  gr.Slider(minimum=1, maximum=32, step=1, value=16, label="Batch Size")
53
  ],
54
  outputs=gr.Textbox(label="Transcription and Metrics"),
55
+ title="Faster Whisper Transcription",
56
+ description="Upload an audio file to transcribe using Faster Whisper v3 turbo int8. Adjust the batch size for performance tuning.",
57
  examples=[["path/to/example/audio.mp3", 16]],
58
  )
59