DrDemon commited on
Commit
58dc523
·
verified ·
1 Parent(s): 668efc4

Update app.py

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