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