PengWeixuanSZU commited on
Commit
5c28c65
·
verified ·
1 Parent(s): 24b914c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -101,7 +101,6 @@ def get_video_info(video_path, video_state):
101
  image = Image.fromarray(first_frame)
102
  return image
103
 
104
- @spaces.GPU(duration=200)
105
  def segment_frame(evt: gr.SelectData, label, video_state):
106
  if video_state["origin_images"] is None:
107
  return None
 
101
  image = Image.fromarray(first_frame)
102
  return image
103
 
 
104
  def segment_frame(evt: gr.SelectData, label, video_state):
105
  if video_state["origin_images"] is None:
106
  return None