Update app.py
Browse files
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
|
| 56 |
-
description="Upload an audio file to transcribe using Faster Whisper
|
| 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 |
|