aidas-79 commited on
Commit
8e9193b
·
verified ·
1 Parent(s): a615313

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -24,7 +24,7 @@ def preprocess_input(input):
24
  # gradio interface
25
  input_video = gr.Video(label="Input Video")
26
  input_url = gr.Textbox(label="Input URL", placeholder="Enter URL")
27
- output_frames_1 = gr.Image(label="Output Frames", streaming=True)
28
  output_video_file_1 = gr.Video(label="Output video", streaming=True, autoplay=True)
29
  output_frames_2 = gr.Image(label="Output Frames")
30
  output_video_file_2 = gr.Video(label="Output video", streaming=True, autoplay=True)
 
24
  # gradio interface
25
  input_video = gr.Video(label="Input Video")
26
  input_url = gr.Textbox(label="Input URL", placeholder="Enter URL")
27
+ output_frames_1 = gr.Image(label="Output Frames")
28
  output_video_file_1 = gr.Video(label="Output video", streaming=True, autoplay=True)
29
  output_frames_2 = gr.Image(label="Output Frames")
30
  output_video_file_2 = gr.Video(label="Output video", streaming=True, autoplay=True)