RamAnanth1 commited on
Commit
a8796fc
·
1 Parent(s): 203bf3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin
170
 
171
  with gr.Column(elem_id = "col_container"):
172
 
173
- with gr.Tab("Audio URL file")
174
  inputs = gr.Textbox(label = "Enter the url for the audio file")
175
  b1 = gr.Button('Transcribe')
176
 
 
170
 
171
  with gr.Column(elem_id = "col_container"):
172
 
173
+ with gr.Tab("Audio URL file"):
174
  inputs = gr.Textbox(label = "Enter the url for the audio file")
175
  b1 = gr.Button('Transcribe')
176