Spaces:
Runtime error
Runtime error
Moibe
commited on
Commit
•
37df347
1
Parent(s):
7339e46
Fix
Browse files
app.py
CHANGED
@@ -80,8 +80,9 @@ def perform(input1, input2, input3):
|
|
80 |
path = pathlib.Path("result.mp4")
|
81 |
files = os.listdir(path_general)
|
82 |
|
83 |
-
|
84 |
-
|
|
|
85 |
ext_imagen = "png"
|
86 |
ext_video = "mp4"
|
87 |
|
|
|
80 |
path = pathlib.Path("result.mp4")
|
81 |
files = os.listdir(path_general)
|
82 |
|
83 |
+
print("Estos son los files que hay:")
|
84 |
+
print(files)
|
85 |
+
|
86 |
ext_imagen = "png"
|
87 |
ext_video = "mp4"
|
88 |
|