KwabsHug commited on
Commit
5c0cc85
1 Parent(s): ae1c846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1611,7 +1611,7 @@ with gr.Blocks() as lliface: #theme=gr.themes.Glass(primary_hue='green', seconda
1611
  gr.Interface(fn=onlyplurals, inputs=["text"], outputs=["text"], title="Only plurals = optimal concepts to learn first as work = repitition")
1612
  gr.Label("Placeholder for old code for concordance and word counting in other test space")
1613
  with gr.Tab("Video Segmentation with OpenCV Test"):
1614
- gr.Interface(fn=segment_video_with_opencv, inputs=VideoSplitTestInput, outputs="fileexplorer")
1615
 
1616
 
1617
  lliface.queue().launch() #(inbrowser="true")
 
1611
  gr.Interface(fn=onlyplurals, inputs=["text"], outputs=["text"], title="Only plurals = optimal concepts to learn first as work = repitition")
1612
  gr.Label("Placeholder for old code for concordance and word counting in other test space")
1613
  with gr.Tab("Video Segmentation with OpenCV Test"):
1614
+ gr.Interface(fn=segment_video_with_opencv, inputs=VideoSplitTestInput, outputs="file")
1615
 
1616
 
1617
  lliface.queue().launch() #(inbrowser="true")