sk61tc4j53obiq commited on
Commit
733e01b
·
verified ·
1 Parent(s): a6d2849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -189,8 +189,8 @@ def fast_check_ffmpeg():
189
  except:
190
  return False
191
 
192
- def get_duration(audio_path, video_path, bbox_shift, extra_margin, parsing_mode,
193
- left_cheek_width, right_cheek_width, rent_time=DEFAULT_RENT_TIME, progress):
194
  return rent_time
195
 
196
  @spaces.GPU(duration=get_duration)
 
189
  except:
190
  return False
191
 
192
+ def get_duration(audio_path, video_path, bbox_shift, extra_margin=None, parsing_mode=None,
193
+ left_cheek_width=None, right_cheek_width=None, rent_time=DEFAULT_RENT_TIME, progress=None):
194
  return rent_time
195
 
196
  @spaces.GPU(duration=get_duration)