Spaces:
Running
Running
Brightttttt
commited on
Commit
·
e589936
1
Parent(s):
c4dd1e1
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def main():
|
|
78 |
img_after1 = gr.Image(label="Different frame")
|
79 |
with gr.Row():
|
80 |
img_after = gr.Image(label="Optical flow")
|
81 |
-
label_predict = gr.Label(label="Prediction")
|
82 |
with gr.Box():
|
83 |
with gr.Row():
|
84 |
video = gr.Video(label="Original Video")
|
|
|
78 |
img_after1 = gr.Image(label="Different frame")
|
79 |
with gr.Row():
|
80 |
img_after = gr.Image(label="Optical flow")
|
81 |
+
label_predict = gr.Label(label="Model Prediction")
|
82 |
with gr.Box():
|
83 |
with gr.Row():
|
84 |
video = gr.Video(label="Original Video")
|