Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,6 +105,7 @@ def process_pptx(pptx_file):
|
|
105 |
|
106 |
images, slide_dimensions = pptx_to_images(pptx_file)
|
107 |
rendered_image_path = render_images_with_skia(images, slide_dimensions, output_dir)
|
|
|
108 |
return json_output, image_paths, rendered_image_path
|
109 |
|
110 |
# Gradio interface
|
|
|
105 |
|
106 |
images, slide_dimensions = pptx_to_images(pptx_file)
|
107 |
rendered_image_path = render_images_with_skia(images, slide_dimensions, output_dir)
|
108 |
+
print(image_paths, rendered_image_path)
|
109 |
return json_output, image_paths, rendered_image_path
|
110 |
|
111 |
# Gradio interface
|