Jingkang commited on
Commit
da8ca3d
·
verified ·
1 Parent(s): db322fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
103
 
104
  with gr.Row(variant="compact", equal_height=True):
105
  audio_input = gr.Audio(label="Speak Here", type="filepath")
106
- text_input = gr.Textbox(label="Text Input", placeholder="Please transcribe this audio for me", interactive=True)
107
 
108
 
109
  with gr.Row():
 
103
 
104
  with gr.Row(variant="compact", equal_height=True):
105
  audio_input = gr.Audio(label="Speak Here", type="filepath")
106
+ text_input = gr.Textbox(label="Text Input", placeholder="Please transcribe this audio for me", value="Please transcribe this audio for me", interactive=True)
107
 
108
 
109
  with gr.Row():