reab5555 commited on
Commit
6551b56
·
verified ·
1 Parent(s): def2855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,9 +6,9 @@ import matplotlib
6
  matplotlib.rcParams['figure.dpi'] = 500
7
  matplotlib.rcParams['savefig.dpi'] = 500
8
 
9
- @spaces.GPU(duration=300)
10
  import spaces
11
 
 
12
  def process_and_show_completion(video_input_path, anomaly_threshold_input, fps, progress=gr.Progress()):
13
  try:
14
  print("Starting video processing...")
 
6
  matplotlib.rcParams['figure.dpi'] = 500
7
  matplotlib.rcParams['savefig.dpi'] = 500
8
 
 
9
  import spaces
10
 
11
+ @spaces.GPU(duration=300)
12
  def process_and_show_completion(video_input_path, anomaly_threshold_input, fps, progress=gr.Progress()):
13
  try:
14
  print("Starting video processing...")