Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,7 @@ interface = gr.Interface(
|
|
35 |
gr.Textbox(label="Transcription")
|
36 |
], # Output language and transcription
|
37 |
title="Whisper Transcription App",
|
38 |
-
description="Upload an audio file and specify the model size to transcribe it using WhisperModel."
|
39 |
-
live=True # Enable live updates
|
40 |
)
|
41 |
|
42 |
# Launch the app
|
|
|
35 |
gr.Textbox(label="Transcription")
|
36 |
], # Output language and transcription
|
37 |
title="Whisper Transcription App",
|
38 |
+
description="Upload an audio file and specify the model size to transcribe it using WhisperModel."
|
|
|
39 |
)
|
40 |
|
41 |
# Launch the app
|