Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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:
|