Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -60,7 +60,7 @@ def generate(control_sequence, ref_image):
|
|
60 |
)
|
61 |
|
62 |
# Search for the mp4 file in a subfolder of output_dir
|
63 |
-
output_video = glob(os.path.join(output_dir,
|
64 |
print(output_video)
|
65 |
|
66 |
if output_video:
|
|
|
60 |
)
|
61 |
|
62 |
# Search for the mp4 file in a subfolder of output_dir
|
63 |
+
output_video = glob(os.path.join(output_dir,"*.mp4"))
|
64 |
print(output_video)
|
65 |
|
66 |
if output_video:
|