vsrinivas commited on
Commit
f5fe020
1 Parent(s): c94ca86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -108,7 +108,8 @@ with gr.Blocks() as demo:
108
  """
109
  # Extract audio from video, get the transcript and then get the semantic chunk information.
110
  """)
111
- input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='https://www.youtube.com/watch?v=ug5e4JfC3oo')
 
112
  segments = gr.Textbox(visible=False)
113
  submit_btn_1 = gr.Button("Get the Transcript", visible=True)
114
  audio = gr.Audio(visible=True, type="filepath", label='Play Audio')
 
108
  """
109
  # Extract audio from video, get the transcript and then get the semantic chunk information.
110
  """)
111
+ # input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='https://www.youtube.com/watch?v=ug5e4JfC3oo')
112
+ input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='sample.wav')
113
  segments = gr.Textbox(visible=False)
114
  submit_btn_1 = gr.Button("Get the Transcript", visible=True)
115
  audio = gr.Audio(visible=True, type="filepath", label='Play Audio')