Muhammad Taqi Raza
commited on
Commit
·
46c9ce1
1
Parent(s):
2160ac9
adding fps options, and testing inference-1
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -256,7 +256,7 @@ def print_output_directory(out_dir):
|
|
256 |
|
257 |
def inference(video_path, num_frames, fps, target_pose, mode):
|
258 |
logs, video_masked = run_epic_inference(video_path, fps, num_frames, target_pose, mode)
|
259 |
-
return logs, video_masked
|
260 |
result_dir = print_output_directory("/app/output_anchor")
|
261 |
|
262 |
|
|
|
256 |
|
257 |
def inference(video_path, num_frames, fps, target_pose, mode):
|
258 |
logs, video_masked = run_epic_inference(video_path, fps, num_frames, target_pose, mode)
|
259 |
+
return logs, video_masked, video_masked
|
260 |
result_dir = print_output_directory("/app/output_anchor")
|
261 |
|
262 |
|