Omnibus commited on
Commit
2a563c7
·
1 Parent(s): 1589524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def trim_vid(vid,start_time,end_time):
30
 
31
  def make_model(vid_path):
32
  sfm = SfM(f'{uid}/', False, f'{uid}-clip.mp4', 27)
33
- sfm.structure_from_motion()
34
  return f'{uid}/'
35
 
36
  with gr.Blocks() as app:
 
30
 
31
  def make_model(vid_path):
32
  sfm = SfM(f'{uid}/', False, f'{uid}-clip.mp4', 27)
33
+ sfm.find_structure_from_motion()
34
  return f'{uid}/'
35
 
36
  with gr.Blocks() as app: