Spaces:
Runtime error
Runtime error
Update src/gradio_pipeline.py
Browse files- src/gradio_pipeline.py +1 -1
src/gradio_pipeline.py
CHANGED
@@ -664,4 +664,4 @@ class GradioPipelineAnimal(LivePortraitPipelineAnimal):
|
|
664 |
gr.Info("Run successfully!", duration=2)
|
665 |
return video_path, video_path_concat, video_gif_path
|
666 |
else:
|
667 |
-
raise gr.Error("Please upload the source animal image, and driving video 🤗🤗🤗", duration=5)
|
|
|
664 |
gr.Info("Run successfully!", duration=2)
|
665 |
return video_path, video_path_concat, video_gif_path
|
666 |
else:
|
667 |
+
raise gr.Error("Please upload the source animal image, and driving video 🤗🤗🤗", duration=5)
|