Jingkang commited on
Commit
1341392
·
verified ·
1 Parent(s): f850d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: