wang0507 commited on
Commit
8c387c8
·
1 Parent(s): 61432ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ with gr.Blocks() as demo:
45
  with gr.Tab("Real Time Speech Recognition"):
46
  with gr.Row():
47
  transcribe,
48
- gr.Audio(sources=["microphone"]),
49
- "text",
50
 
51
 
52
  demo.launch()
 
45
  with gr.Tab("Real Time Speech Recognition"):
46
  with gr.Row():
47
  transcribe,
48
+ gr.Audio(sources=["microphone"]),
49
+ "text",
50
 
51
 
52
  demo.launch()