reab5555 commited on
Commit
6f9b648
·
verified ·
1 Parent(s): ee1f0cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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("""