navidved commited on
Commit
ec85040
·
verified ·
1 Parent(s): f8e2f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def transcribe_audio(audio):
32
 
33
  # Create a Gradio interface for uploading audio or using the microphone
34
  with gr.Blocks() as interface:
35
- gr.Markdown("# Gooya v1 Speech Recognition")
36
  gr.Markdown("Upload an audio file or use your microphone to transcribe speech to text.")
37
 
38
  # Create the input and output components
 
32
 
33
  # Create a Gradio interface for uploading audio or using the microphone
34
  with gr.Blocks() as interface:
35
+ gr.Markdown("# Gooya v1 Persian Speech Recognition")
36
  gr.Markdown("Upload an audio file or use your microphone to transcribe speech to text.")
37
 
38
  # Create the input and output components