kcz358 commited on
Commit
b8561d7
·
1 Parent(s): 8e909f2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
 
102
  with gr.Row(variant="compact", equal_height=True):
103
  audio_input = gr.Audio(label="Speak Here", type="filepath")
104
- text_input = gr.Textbox(label="Text Input", placeholder="Type here", interactive=True)
105
 
106
 
107
  with gr.Row():
 
101
 
102
  with gr.Row(variant="compact", equal_height=True):
103
  audio_input = gr.Audio(label="Speak Here", type="filepath")
104
+ text_input = gr.Textbox(label="Text Input", placeholder="Please transcribe this audio for me", interactive=True)
105
 
106
 
107
  with gr.Row():