Spaces:
Running
Running
Update app.py
Browse files
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
|