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