vsrinivas commited on
Commit
f5eb655
1 Parent(s): ca203fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
122
 
123
  # input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='https://www.youtube.com/watch?v=ug5e4JfC3oo')
124
 
125
- input_url = gr.Textbox(label="Enter Video URL", visible=False)
126
  video_file = gr.File(label="Upload Video", visible=False)
127
 
128
  # input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='sample.mp4')
 
122
 
123
  # input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='https://www.youtube.com/watch?v=ug5e4JfC3oo')
124
 
125
+ input_url = gr.Textbox(label="Enter Video URL", visible=True)
126
  video_file = gr.File(label="Upload Video", visible=False)
127
 
128
  # input_url = gr.Textbox(label="Type-in the URL or File Location of the Video", value='sample.mp4')