JaganathC commited on
Commit
a1bccac
·
verified ·
1 Parent(s): a670ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as app:
68
  gr.Markdown("# 🎥 Smart Video-to-Text Summarization App")
69
 
70
  with gr.Row():
71
- video_upload = gr.File(label="Upload Video File", type="file")
72
  youtube_link = gr.Textbox(label="YouTube URL")
73
 
74
  process_button = gr.Button("🚀 Process Video")
 
68
  gr.Markdown("# 🎥 Smart Video-to-Text Summarization App")
69
 
70
  with gr.Row():
71
+ video_upload = gr.File(label="Upload Video File", type="filepath")
72
  youtube_link = gr.Textbox(label="YouTube URL")
73
 
74
  process_button = gr.Button("🚀 Process Video")