JaMugen commited on
Commit
c5837bc
·
1 Parent(s): 0c3e405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(value=videos[0]),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
  )
 
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
  )