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