Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def process_image(input_url):
|
|
106 |
|
107 |
|
108 |
shutil.rmtree(temp_dir) # Cleanup temporary folder
|
|
|
109 |
return output_video[0]
|
110 |
|
111 |
def gradio_interface():
|
|
|
106 |
|
107 |
|
108 |
shutil.rmtree(temp_dir) # Cleanup temporary folder
|
109 |
+
print(output_video)
|
110 |
return output_video[0]
|
111 |
|
112 |
def gradio_interface():
|