Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ bibtext = """
|
|
112 |
"""
|
113 |
|
114 |
# cur_dir = os.path.dirname(os.path.abspath(__file__))
|
115 |
-
cur_dir = ''
|
116 |
|
117 |
|
118 |
def time_to_frame_idx(time_int: int, fps: int) -> int:
|
|
|
112 |
"""
|
113 |
|
114 |
# cur_dir = os.path.dirname(os.path.abspath(__file__))
|
115 |
+
cur_dir = '.'
|
116 |
|
117 |
|
118 |
def time_to_frame_idx(time_int: int, fps: int) -> int:
|