Spaces:
Running
Running
Update app.py
Browse files
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="
|
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")
|