Spaces:
Running
on
L40S
Running
on
L40S
return only current video_path output
Browse files- gradio/vace.py +3 -3
gradio/vace.py
CHANGED
@@ -267,9 +267,9 @@ class VACEInference:
|
|
267 |
except Exception as e:
|
268 |
raise gr.Error(f"Video save error: {e}")
|
269 |
|
270 |
-
if self.gallery_share:
|
271 |
-
|
272 |
-
|
273 |
else:
|
274 |
return [video_path]
|
275 |
|
|
|
267 |
except Exception as e:
|
268 |
raise gr.Error(f"Video save error: {e}")
|
269 |
|
270 |
+
#if self.gallery_share:
|
271 |
+
# self.gallery_share_data.add(video_path)
|
272 |
+
# return self.gallery_share_data.get()
|
273 |
else:
|
274 |
return [video_path]
|
275 |
|