Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,9 @@ def process_and_show_completion(video_input_path, anomaly_threshold_input, fps,
|
|
56 |
def show_results(outputs):
|
57 |
return gr.Group(visible=True)
|
58 |
|
|
|
|
|
|
|
59 |
with gr.Blocks() as iface:
|
60 |
gr.Image(value="appendix/icon.jpeg", label="icon", width=50)
|
61 |
gr.Markdown("""
|
|
|
56 |
def show_results(outputs):
|
57 |
return gr.Group(visible=True)
|
58 |
|
59 |
+
def set_video_path(video_path):
|
60 |
+
return video_path
|
61 |
+
|
62 |
with gr.Blocks() as iface:
|
63 |
gr.Image(value="appendix/icon.jpeg", label="icon", width=50)
|
64 |
gr.Markdown("""
|