Pijush2023 commited on
Commit
5ee1913
·
verified ·
1 Parent(s): 610ff06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def transcribe_function(new_chunk, state):
32
  return state, full_text
33
 
34
  with gr.Blocks() as demo:
35
- gr.Markdown("# Voice to Text Transcription\nTranscribe your voice input to text using a pre-trained Whisper model.")
36
 
37
  state = gr.State(None)
38
 
 
32
  return state, full_text
33
 
34
  with gr.Blocks() as demo:
35
+ gr.Markdown("# Voice to Text Transcription")
36
 
37
  state = gr.State(None)
38