Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def display_videos(text):
|
|
| 72 |
iface = gr.Interface(
|
| 73 |
fn=display_videos,
|
| 74 |
inputs="text",
|
| 75 |
-
outputs=[gr.Video(
|
| 76 |
title="Video Viewer",
|
| 77 |
description="Enter text to fetch and display videos from Google Drive"
|
| 78 |
)
|
|
|
|
| 72 |
iface = gr.Interface(
|
| 73 |
fn=display_videos,
|
| 74 |
inputs="text",
|
| 75 |
+
outputs=[gr.Video(),gr.Video(),gr.Video(),gr.Video(),gr.Video()],
|
| 76 |
title="Video Viewer",
|
| 77 |
description="Enter text to fetch and display videos from Google Drive"
|
| 78 |
)
|