KarthickAdopleAI commited on
Commit
30bb536
·
verified ·
1 Parent(s): 3de47d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -522,7 +522,7 @@ with gr.Blocks() as demo:
522
  with gr.Row():
523
  yt_link = gr.Textbox(label= "Youtube Link",placeholder="https://www.youtube.com/watch?v=")
524
  with gr.Row():
525
- video = gr.Video(height=200,width=300)
526
  with gr.Row():
527
  submit_btn = gr.Button(value="Submit")
528
  with gr.Row():
 
522
  with gr.Row():
523
  yt_link = gr.Textbox(label= "Youtube Link",placeholder="https://www.youtube.com/watch?v=")
524
  with gr.Row():
525
+ video = gr.Video(sources="upload",height=200,width=300)
526
  with gr.Row():
527
  submit_btn = gr.Button(value="Submit")
528
  with gr.Row():